#DDF2C7

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

Shades of Frostee #DDF2C7

Tints of Frostee #DDF2C7

Color information

#DDF2C7 (or 0xDDF2C7) is unknown color: approx Frostee. HEX triplet: DD, F2 and C7. RGB value is (221,242,199). Sum of RGB (Red+Green+Blue) = 221+242+199=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 199 (78.12% from 255 or 30.06% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2C7 is #220D38. Grayscale: #E6E6E6. Windows color (decimal): -2231609 or 13103837. OLE color: 13103837.

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

Color convert

RGB221242199-
CMYK0.0900.180.05
HSL89.3º62.32%86.47%-
HSV(B)89.3º17.77%94.9%-
XYZ71.888366.26-
YUV230.82110.04121-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 242 (94.92% from 255) = 36.56%
BLUE value IS 199 (78.12% from 255) = 30.06%
R=33.38%
G=36.56%
B=30.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421990.0900.180.0589.362.3286.47
HexDDF2C790125593e56
Octal33536230711022513176126
Binary110111011111001011000111100101001010110110011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2C7; }

 p { color: rgb(221,242,199); }

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

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

 a { background-color: rgb(221,242,199); }

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

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

 span { border-color: rgb(221,242,199); }

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