#DDEAD4

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

Shades of Frostee #DDEAD4

Tints of Frostee #DDEAD4

Color information

#DDEAD4 (or 0xDDEAD4) is unknown color: approx Frostee. HEX triplet: DD, EA and D4. RGB value is (221,234,212). Sum of RGB (Red+Green+Blue) = 221+234+212=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAD4 is #22152B. Grayscale: #E3E3E3. Windows color (decimal): -2233644 or 13953757. OLE color: 13953757.

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

Color convert

RGB221234212-
CMYK0.0600.090.08
HSL95.45º34.38%87.45%-
HSV(B)95.45º9.4%91.76%-
XYZ71.1378.9773.78-
YUV227.6119.19123.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 212 (83.20% from 255) = 31.78%
R=33.13%
G=35.08%
B=31.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212342120.0600.090.0895.4534.3887.45
HexDDEAD460985f2257
Octal33535232460111013742127
Binary11011101111010101101010011001001100010111111000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAD4; }

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

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

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

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

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

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

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

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