#DAEFCA

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

Shades of Frostee #DAEFCA

Tints of Frostee #DAEFCA

Color information

#DAEFCA (or 0xDAEFCA) is unknown color: approx Frostee. HEX triplet: DA, EF and CA. RGB value is (218,239,202). Sum of RGB (Red+Green+Blue) = 218+239+202=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFCA is #251035. Grayscale: #E4E4E4. Windows color (decimal): -2428982 or 13299674. OLE color: 13299674.

HSL color Cylindrical-coordinate representation of color #DAEFCA: hue angle of 94.05º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAEFCA is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB218239202-
CMYK0.0900.150.06
HSL94.05º53.62%86.47%-
HSV(B)94.05º15.48%93.73%-
XYZ70.4480.967.78-
YUV228.5113.04120.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=33.08%
G=36.27%
B=30.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392020.0900.150.0694.0553.6286.47
HexDAEFCA90F65e3656
Octal33235731211017613666126
Binary11011010111011111100101010010111111010111101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFCA; }

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

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

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

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

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

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

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

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