#DDE4EF

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

Shades of Solitude #DDE4EF

Tints of Solitude #DDE4EF

Color information

#DDE4EF (or 0xDDE4EF) is unknown color: approx Solitude. HEX triplet: DD, E4 and EF. RGB value is (221,228,239). Sum of RGB (Red+Green+Blue) = 221+228+239=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4EF is #221B10. Grayscale: #E3E3E3. Windows color (decimal): -2235153 or 15721693. OLE color: 15721693.

HSL color Cylindrical-coordinate representation of color #DDE4EF: hue angle of 216.67º 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 #DDE4EF is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221228239-
CMYK0.080.0500.06
HSL216.67º36%90.2%-
HSV(B)216.67º7.53%93.73%-
XYZ73.1477.0992.69-
YUV227.16134.68123.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 228 (89.45% from 255) = 33.14%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=32.12%
G=33.14%
B=34.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212282390.080.0500.06216.673690.2
HexDDE4EF8506d9245a
Octal3353443571050633144132
Binary11011101111001001110111110001010110110110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4EF; }

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

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

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

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

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

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

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

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