#DDE8CF

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

Shades of Frostee #DDE8CF

Tints of Frostee #DDE8CF

Color information

#DDE8CF (or 0xDDE8CF) is unknown color: approx Frostee. HEX triplet: DD, E8 and CF. RGB value is (221,232,207). Sum of RGB (Red+Green+Blue) = 221+232+207=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8CF is #221730. Grayscale: #E1E1E1. Windows color (decimal): -2234161 or 13625565. OLE color: 13625565.

HSL color Cylindrical-coordinate representation of color #DDE8CF: hue angle of 86.4º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE8CF is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB221232207-
CMYK0.0500.110.09
HSL86.4º35.21%86.08%-
HSV(B)86.4º10.78%90.98%-
XYZ69.9477.5970.32-
YUV225.86117.36124.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 232 (91.02% from 255) = 35.15%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=33.48%
G=35.15%
B=31.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212322070.0500.110.0986.435.2186.08
HexDDE8CF50B9562356
Octal33535031750131112643126
Binary11011101111010001100111110101011100110101101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8CF; }

 p { color: rgb(221,232,207); }

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

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

 a { background-color: rgb(221,232,207); }

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

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

 span { border-color: rgb(221,232,207); }

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