#DFF0CA

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

Shades of Frostee #DFF0CA

Tints of Frostee #DFF0CA

Color information

#DFF0CA (or 0xDFF0CA) is unknown color: approx Frostee. HEX triplet: DF, F0 and CA. RGB value is (223,240,202). Sum of RGB (Red+Green+Blue) = 223+240+202=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0CA is #200F35. Grayscale: #E6E6E6. Windows color (decimal): -2101046 or 13299935. OLE color: 13299935.

HSL color Cylindrical-coordinate representation of color #DFF0CA: hue angle of 86.84º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFF0CA is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB223240202-
CMYK0.0700.160.06
HSL86.84º55.88%86.67%-
HSV(B)86.84º15.83%94.12%-
XYZ72.2582.2767.95-
YUV230.58111.87122.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 240 (94.14% from 255) = 36.09%
BLUE value IS 202 (79.30% from 255) = 30.38%
R=33.53%
G=36.09%
B=30.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232402020.0700.160.0686.8455.8886.67
HexDFF0CA70106573857
Octal3373603127020612770127
Binary11011111111100001100101011101000011010101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0CA; }

 p { color: rgb(223,240,202); }

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

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

 a { background-color: rgb(223,240,202); }

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

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

 span { border-color: rgb(223,240,202); }

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