#DDF2C6

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

Shades of Frostee #DDF2C6

Tints of Frostee #DDF2C6

Color information

#DDF2C6 (or 0xDDF2C6) is unknown color: approx Frostee. HEX triplet: DD, F2 and C6. RGB value is (221,242,198). Sum of RGB (Red+Green+Blue) = 221+242+198=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2C6 is #220D39. Grayscale: #E6E6E6. Windows color (decimal): -2231610 or 13038301. OLE color: 13038301.

HSL color Cylindrical-coordinate representation of color #DDF2C6: hue angle of 88.64º degrees, saturation: 0.63, 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 #DDF2C6 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB221242198-
CMYK0.0900.180.05
HSL88.64º62.86%86.27%-
HSV(B)88.64º18.18%94.9%-
XYZ71.7682.9565.66-
YUV230.7109.54121.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 198 (77.73% from 255) = 29.95%
R=33.43%
G=36.61%
B=29.95%

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
Decimal2212421980.0900.180.0588.6462.8686.27
HexDDF2C690125593f56
Octal33536230611022513177126
Binary110111011111001011000110100101001010110110011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2C6; }

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

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

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

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

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

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

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

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