#DDF1CA

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

Shades of Frostee #DDF1CA

Tints of Frostee #DDF1CA

Color information

#DDF1CA (or 0xDDF1CA) is unknown color: approx Frostee. HEX triplet: DD, F1 and CA. RGB value is (221,241,202). Sum of RGB (Red+Green+Blue) = 221+241+202=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1CA is #220E35. Grayscale: #E6E6E6. Windows color (decimal): -2231862 or 13300189. OLE color: 13300189.

HSL color Cylindrical-coordinate representation of color #DDF1CA: hue angle of 90.77º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDF1CA is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB221241202-
CMYK0.0800.160.05
HSL90.77º58.21%86.86%-
HSV(B)90.77º16.18%94.51%-
XYZ71.9382.5568.02-
YUV230.57111.87121.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.28%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 202 (79.30% from 255) = 30.42%
R=33.28%
G=36.30%
B=30.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412020.0800.160.0590.7758.2186.86
HexDDF1CA801055b3a57
Octal33536131210020513372127
Binary110111011111000111001010100001000010110110111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1CA; }

 p { color: rgb(221,241,202); }

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

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

 a { background-color: rgb(221,241,202); }

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

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

 span { border-color: rgb(221,241,202); }

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