#DDEAD0

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

Shades of Frostee #DDEAD0

Tints of Frostee #DDEAD0

Color information

#DDEAD0 (or 0xDDEAD0) is unknown color: approx Frostee. HEX triplet: DD, EA and D0. RGB value is (221,234,208). Sum of RGB (Red+Green+Blue) = 221+234+208=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAD0 is #22152F. Grayscale: #E3E3E3. Windows color (decimal): -2233648 or 13691613. OLE color: 13691613.

HSL color Cylindrical-coordinate representation of color #DDEAD0: hue angle of 90º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEAD0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB221234208-
CMYK0.0600.110.08
HSL90º38.24%86.67%-
HSV(B)90º11.11%91.76%-
XYZ70.6378.7771.16-
YUV227.15117.19123.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.33%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 208 (81.64% from 255) = 31.37%
R=33.33%
G=35.29%
B=31.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212342080.0600.110.089038.2486.67
HexDDEAD060B85a2657
Octal33535232060131013246127
Binary11011101111010101101000011001011100010110101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAD0; }

 p { color: rgb(221,234,208); }

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

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

 a { background-color: rgb(221,234,208); }

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

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

 span { border-color: rgb(221,234,208); }

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