#DAEDCA

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

Shades of Frostee #DAEDCA

Tints of Frostee #DAEDCA

Color information

#DAEDCA (or 0xDAEDCA) is unknown color: approx Frostee. HEX triplet: DA, ED and CA. RGB value is (218,237,202). Sum of RGB (Red+Green+Blue) = 218+237+202=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDCA is #251235. Grayscale: #E3E3E3. Windows color (decimal): -2429494 or 13299162. OLE color: 13299162.

HSL color Cylindrical-coordinate representation of color #DAEDCA: hue angle of 92.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAEDCA is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB218237202-
CMYK0.0800.150.07
HSL92.57º49.3%86.08%-
HSV(B)92.57º14.77%92.94%-
XYZ69.8679.7467.59-
YUV227.33113.71121.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=33.18%
G=36.07%
B=30.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182372020.0800.150.0792.5749.386.08
HexDAEDCA80F75d3156
Octal33235531210017713561126
Binary11011010111011011100101010000111111110111011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDCA; }

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

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

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

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

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

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

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

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