#DDF2C5

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

Shades of Frostee #DDF2C5

Tints of Frostee #DDF2C5

Color information

#DDF2C5 (or 0xDDF2C5) is unknown color: approx Frostee. HEX triplet: DD, F2 and C5. RGB value is (221,242,197). Sum of RGB (Red+Green+Blue) = 221+242+197=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2C5 is #220D3A. Grayscale: #E6E6E6. Windows color (decimal): -2231611 or 12972765. OLE color: 12972765.

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

Color convert

RGB221242197-
CMYK0.0900.190.05
HSL88º63.38%86.08%-
HSV(B)88º18.6%94.9%-
XYZ71.6582.9165.05-
YUV230.59109.04121.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 242 (94.92% from 255) = 36.67%
BLUE value IS 197 (77.34% from 255) = 29.85%
R=33.48%
G=36.67%
B=29.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421970.0900.190.058863.3886.08
HexDDF2C590135583f56
Octal33536230511023513077126
Binary110111011111001011000101100101001110110110001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2C5; }

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

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

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

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

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

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

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

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