#DDE4EC

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

Shades of Solitude #DDE4EC

Tints of Solitude #DDE4EC

Color information

#DDE4EC (or 0xDDE4EC) is unknown color: approx Solitude. HEX triplet: DD, E4 and EC. RGB value is (221,228,236). Sum of RGB (Red+Green+Blue) = 221+228+236=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4EC is #221B13. Grayscale: #E2E2E2. Windows color (decimal): -2235156 or 15525085. OLE color: 15525085.

HSL color Cylindrical-coordinate representation of color #DDE4EC: hue angle of 212º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE4EC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221228236-
CMYK0.060.0300.07
HSL212º28.3%89.61%-
HSV(B)212º6.36%92.55%-
XYZ72.776.9290.37-
YUV226.82133.18123.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 228 (89.45% from 255) = 33.28%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=32.26%
G=33.28%
B=34.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212282360.060.0300.0721228.389.61
HexDDE4EC6307d41c5a
Octal335344354630732434132
Binary11011101111001001110110011011011111010100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4EC; }

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

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

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

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

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

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

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

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