#DAF0CA

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

Shades of Frostee #DAF0CA

Tints of Frostee #DAF0CA

Color information

#DAF0CA (or 0xDAF0CA) is unknown color: approx Frostee. HEX triplet: DA, F0 and CA. RGB value is (218,240,202). Sum of RGB (Red+Green+Blue) = 218+240+202=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0CA is #250F35. Grayscale: #E5E5E5. Windows color (decimal): -2428726 or 13299930. OLE color: 13299930.

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

Color convert

RGB218240202-
CMYK0.0900.160.06
HSL94.74º55.88%86.67%-
HSV(B)94.74º15.83%94.12%-
XYZ70.7381.4967.88-
YUV229.09112.71120.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 202 (79.30% from 255) = 30.61%
R=33.03%
G=36.36%
B=30.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182402020.0900.160.0694.7455.8886.67
HexDAF0CA901065f3857
Octal33236031211020613770127
Binary110110101111000011001010100101000011010111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0CA; }

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

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

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

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

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

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

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

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