#DDECD2

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

Shades of Frostee #DDECD2

Tints of Frostee #DDECD2

Color information

#DDECD2 (or 0xDDECD2) is unknown color: approx Frostee. HEX triplet: DD, EC and D2. RGB value is (221,236,210). Sum of RGB (Red+Green+Blue) = 221+236+210=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECD2 is #22132D. Grayscale: #E4E4E4. Windows color (decimal): -2233134 or 13823197. OLE color: 13823197.

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

Color convert

RGB221236210-
CMYK0.0600.110.07
HSL94.62º40.63%87.45%-
HSV(B)94.62º11.02%92.55%-
XYZ71.4580.0272.65-
YUV228.55117.53122.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 210 (82.42% from 255) = 31.48%
R=33.13%
G=35.38%
B=31.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212362100.0600.110.0794.6240.6387.45
HexDDECD260B75f2957
Octal3353543226013713751127
Binary1101110111101100110100101100101111110111111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECD2; }

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

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

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

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

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

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

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

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