#DDEAD3

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

Shades of Frostee #DDEAD3

Tints of Frostee #DDEAD3

Color information

#DDEAD3 (or 0xDDEAD3) is unknown color: approx Frostee. HEX triplet: DD, EA and D3. RGB value is (221,234,211). Sum of RGB (Red+Green+Blue) = 221+234+211=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAD3 is #22152C. Grayscale: #E3E3E3. Windows color (decimal): -2233645 or 13888221. OLE color: 13888221.

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

Color convert

RGB221234211-
CMYK0.0600.100.08
HSL93.91º35.38%87.25%-
HSV(B)93.91º9.83%91.76%-
XYZ7178.9273.12-
YUV227.49118.69123.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 211 (82.81% from 255) = 31.68%
R=33.18%
G=35.14%
B=31.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212342110.0600.100.0893.9135.3887.25
HexDDEAD360A85e2357
Octal33535232360121013643127
Binary11011101111010101101001111001010100010111101000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAD3; }

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

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

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

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

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

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

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

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