#DFF2CB

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

Shades of Frostee #DFF2CB

Tints of Frostee #DFF2CB

Color information

#DFF2CB (or 0xDFF2CB) is unknown color: approx Frostee. HEX triplet: DF, F2 and CB. RGB value is (223,242,203). Sum of RGB (Red+Green+Blue) = 223+242+203=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2CB is #200D34. Grayscale: #E8E8E8. Windows color (decimal): -2100533 or 13365983. OLE color: 13365983.

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

Color convert

RGB223242203-
CMYK0.0800.160.05
HSL89.23º60%87.25%-
HSV(B)89.23º16.12%94.9%-
XYZ72.9683.568.77-
YUV231.87111.71121.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 242 (94.92% from 255) = 36.23%
BLUE value IS 203 (79.69% from 255) = 30.39%
R=33.38%
G=36.23%
B=30.39%

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
Decimal2232422030.0800.160.0589.236087.25
HexDFF2CB80105593c57
Octal33736231310020513174127
Binary110111111111001011001011100001000010110110011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2CB; }

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

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

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

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

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

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

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

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