#DFF1CA

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

Shades of Frostee #DFF1CA

Tints of Frostee #DFF1CA

Color information

#DFF1CA (or 0xDFF1CA) is unknown color: approx Frostee. HEX triplet: DF, F1 and CA. RGB value is (223,241,202). Sum of RGB (Red+Green+Blue) = 223+241+202=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1CA is #200E35. Grayscale: #E7E7E7. Windows color (decimal): -2100790 or 13300191. OLE color: 13300191.

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

Color convert

RGB223241202-
CMYK0.0700.160.05
HSL87.69º58.21%86.86%-
HSV(B)87.69º16.18%94.51%-
XYZ72.5582.8668.05-
YUV231.17111.54122.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 202 (79.30% from 255) = 30.33%
R=33.48%
G=36.19%
B=30.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232412020.0700.160.0587.6958.2186.86
HexDFF1CA70105583a57
Octal3373613127020513072127
Binary11011111111100011100101011101000010110110001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1CA; }

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

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

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

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

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

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

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

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