#DFF2CC

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

Shades of Frostee #DFF2CC

Tints of Frostee #DFF2CC

Color information

#DFF2CC (or 0xDFF2CC) is unknown color: approx Frostee. HEX triplet: DF, F2 and CC. RGB value is (223,242,204). Sum of RGB (Red+Green+Blue) = 223+242+204=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2CC is #200D33. Grayscale: #E8E8E8. Windows color (decimal): -2100532 or 13431519. OLE color: 13431519.

HSL color Cylindrical-coordinate representation of color #DFF2CC: hue angle of 90º degrees, saturation: 0.59, 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 #DFF2CC is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB223242204-
CMYK0.0800.160.05
HSL90º59.38%87.45%-
HSV(B)90º15.7%94.9%-
XYZ73.0883.5569.4-
YUV231.99112.21121.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 242 (94.92% from 255) = 36.17%
BLUE value IS 204 (80.08% from 255) = 30.49%
R=33.33%
G=36.17%
B=30.49%

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
Decimal2232422040.0800.160.059059.3887.45
HexDFF2CC801055a3b57
Octal33736231410020513273127
Binary110111111111001011001100100001000010110110101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2CC; }

 p { color: rgb(223,242,204); }

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

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

 a { background-color: rgb(223,242,204); }

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

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

 span { border-color: rgb(223,242,204); }

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