#DAEDCD

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

Shades of Frostee #DAEDCD

Tints of Frostee #DAEDCD

Color information

#DAEDCD (or 0xDAEDCD) is unknown color: approx Frostee. HEX triplet: DA, ED and CD. RGB value is (218,237,205). Sum of RGB (Red+Green+Blue) = 218+237+205=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDCD is #251232. Grayscale: #E3E3E3. Windows color (decimal): -2429491 or 13495770. OLE color: 13495770.

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

Color convert

RGB218237205-
CMYK0.0800.140.07
HSL95.62º47.06%86.67%-
HSV(B)95.62º13.5%92.94%-
XYZ70.2279.8869.48-
YUV227.67115.21121.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 237 (92.97% from 255) = 35.91%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=33.03%
G=35.91%
B=31.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182372050.0800.140.0795.6247.0686.67
HexDAEDCD80E7602f57
Octal33235531510016714057127
Binary11011010111011011100110110000111011111000001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDCD; }

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

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

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

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

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

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

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

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