Color Hex Logo

#ddaffb Color Hex

#DDAFFB
(221,175,251)
0 Favorites   0 Comments

Color spaces of #ddaffb

RGB 221175251
HSL0.770.900.84
HSV276°30°98°
CMYK 0.120.300.00   0.02
XYZ62.561452.997198.1989
Yxy52.99710.29270.2479
Hunter Lab72.799125.9992-29.0171
CIE-Lab77.873330.3104-31.3814

#ddaffb color RGB value is (221,175,251).

#ddaffb hex color red value is 221, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ddaffb hue: 0.77 , saturation: 0.90 and the lightness value of ddaffb is 0.84.

The process color (four color CMYK) of #ddaffb color hex is 0.12, 0.30, 0.00, 0.02. Web safe color of #ddaffb is #cc99ff. Color #ddaffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11111011
Octal 335 257 373
Decimal 221 175 251
Hex DD AF FB

RGB Percentages of Color #ddaffb

%34.16
%27.05
%38.79

CMYK Percentages of Color #ddaffb

%12
%30
%0
%2

Triadic Colors of #ddaffb

#ddaffb #fbddaf #affbdd

Analogous Colors of #ddaffb

#ddaffb #fbaff3 #b7affb

Monochromatic Colors of #ddaffb

#ddaffb

Complementary Color

#ddaffb #cdfbaf

#ddaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaffb Color CSS Codes

.mybgcolor {background-color:#ddaffb; } 
.myforecolor {color:#ddaffb; }
.mybordercolor {border:3px solid #ddaffb; }

#ddaffb Text Font Color

<p style="color:#ddaffb">Text here</p>

This sample text font color is #ddaffb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddaffb Background Color

<div style="background-color:#ddaffb">
Div content here</div>

This div background color is #ddaffb


#ddaffb Border Color

<div style="border:3px solid #ddaffb">
Div here</div>

This div border color is #ddaffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,175,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddaffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddaffb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddaffb;
  box-shadow:         1px 1px 3px 2px #ddaffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,175,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddaffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddaffb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddaffb;
  box-shadow:         1px 1px 3px 2px #ddaffb;">
Div content here</div>

This div box has shadow with color #ddaffb


Comments

No comments written yet.

Please login to write comment.