Color Hex Logo

#dddafb Color Hex

#DDDAFB
(221,218,251)
0 Favorites   0 Comments

Color spaces of #dddafb

RGB 221218251
HSL0.680.800.92
HSV245°13°98°
CMYK 0.120.130.00   0.02
XYZ72.302872.4800101.4461
Yxy72.48000.29360.2944
Hunter Lab85.13522.6082-11.0546
CIE-Lab88.19917.2973-15.6851

#dddafb color RGB value is (221,218,251).

#dddafb hex color red value is 221, green value is 218 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dddafb hue: 0.68 , saturation: 0.80 and the lightness value of dddafb is 0.92.

The process color (four color CMYK) of #dddafb color hex is 0.12, 0.13, 0.00, 0.02. Web safe color of #dddafb is #ccccff. Color #dddafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 11111011
Octal 335 332 373
Decimal 221 218 251
Hex DD DA FB

RGB Percentages of Color #dddafb

%32.03
%31.59
%36.38

CMYK Percentages of Color #dddafb

%12
%13
%0
%2

Triadic Colors of #dddafb

#dddafb #fbddda #dafbdd

Analogous Colors of #dddafb

#dddafb #eedafb #dae8fb

Monochromatic Colors of #dddafb

#dddafb

Complementary Color

#dddafb #f8fbda

#dddafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddafb Color CSS Codes

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

#dddafb Text Font Color

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

This sample text font color is #dddafb
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.


#dddafb Background Color

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

This div background color is #dddafb


#dddafb Border Color

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

This div border color is #dddafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,218,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 #dddafb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddafb


Comments

No comments written yet.

Please login to write comment.