#DDF1CC

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

Shades of Frostee #DDF1CC

Tints of Frostee #DDF1CC

Color information

#DDF1CC (or 0xDDF1CC) is unknown color: approx Frostee. HEX triplet: DD, F1 and CC. RGB value is (221,241,204). Sum of RGB (Red+Green+Blue) = 221+241+204=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1CC is #220E33. Grayscale: #E6E6E6. Windows color (decimal): -2231860 or 13431261. OLE color: 13431261.

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

Color convert

RGB221241204-
CMYK0.0800.150.05
HSL92.43º56.92%87.25%-
HSV(B)92.43º15.35%94.51%-
XYZ72.1782.6469.27-
YUV230.8112.87121.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 204 (80.08% from 255) = 30.63%
R=33.18%
G=36.19%
B=30.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412040.0800.150.0592.4356.9287.25
HexDDF1CC80F55c3957
Octal33536131410017513471127
Binary11011101111100011100110010000111110110111001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1CC; }

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

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

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

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

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

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

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

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