#DDE5EF

Color #DDE5EF Solitude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitude #DDE5EF

Tints of Solitude #DDE5EF

Color information

#DDE5EF (or 0xDDE5EF) is unknown color: approx Solitude. HEX triplet: DD, E5 and EF. RGB value is (221,229,239). Sum of RGB (Red+Green+Blue) = 221+229+239=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5EF is #221A10. Grayscale: #E3E3E3. Windows color (decimal): -2234897 or 15721949. OLE color: 15721949.

HSL color Cylindrical-coordinate representation of color #DDE5EF: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE5EF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221229239-
CMYK0.080.0400.06
HSL213.33º36%90.2%-
HSV(B)213.33º7.53%93.73%-
XYZ73.4277.6492.78-
YUV227.75134.35123.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=32.08%
G=33.24%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212292390.080.0400.06213.333690.2
HexDDE5EF8406d5245a
Octal3353453571040632544132
Binary11011101111001011110111110001000110110101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5EF; }

 p { color: rgb(221,229,239); }

 H1.HeaderClassName
 {
   color: #DDE5EF;
 }
 .AnyTagClassName
 {
   color: #DDE5EF;
 }
</style>
background-color css

<style>
 a { background-color: #DDE5EF; }

 a { background-color: rgb(221,229,239); }

 div.DivClassName
 {
   background-color: #DDE5EF;
 }
 .BgClassName
 {
   background-color: #DDE5EF;
 }
</style>
border-color css

<style>
 span { border-color: #DDE5EF; }

 span { border-color: rgb(221,229,239); }

 td.TdClassName
 {
   border-color: #DDE5EF;
 }
 .TagClassName
 {
   border-color: #DDE5EF;
 }
</style>