Color Hex Logo

#dddef8 Color Hex

#DDDEF8
(221,222,248)
0 Favorites   0 Comments

Color spaces of #dddef8

RGB 221222248
HSL0.660.660.92
HSV238°11°97°
CMYK 0.110.100.00   0.03
XYZ72.883374.392099.3247
Yxy74.39200.29560.3017
Hunter Lab86.2508-0.1035-7.9016
CIE-Lab89.10744.6005-12.7478

#dddef8 color RGB value is (221,222,248).

#dddef8 hex color red value is 221, green value is 222 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #dddef8 hue: 0.66 , saturation: 0.66 and the lightness value of dddef8 is 0.92.

The process color (four color CMYK) of #dddef8 color hex is 0.11, 0.10, 0.00, 0.03. Web safe color of #dddef8 is #ccccff. Color #dddef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 11111000
Octal 335 336 370
Decimal 221 222 248
Hex DD DE F8

RGB Percentages of Color #dddef8

%31.98
%32.13
%35.89

CMYK Percentages of Color #dddef8

%11
%10
%0
%3

Triadic Colors of #dddef8

#dddef8 #f8ddde #def8dd

Analogous Colors of #dddef8

#dddef8 #eaddf8 #ddecf8

Monochromatic Colors of #dddef8

#dddef8

Complementary Color

#dddef8 #f8f7dd

#dddef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddef8 Color CSS Codes

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

#dddef8 Text Font Color

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

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


#dddef8 Background Color

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

This div background color is #dddef8


#dddef8 Border Color

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

This div border color is #dddef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddef8


Comments

No comments written yet.

Please login to write comment.