#DAEDCC

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

Shades of Frostee #DAEDCC

Tints of Frostee #DAEDCC

Color information

#DAEDCC (or 0xDAEDCC) is unknown color: approx Frostee. HEX triplet: DA, ED and CC. RGB value is (218,237,204). Sum of RGB (Red+Green+Blue) = 218+237+204=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDCC is #251233. Grayscale: #E3E3E3. Windows color (decimal): -2429492 or 13430234. OLE color: 13430234.

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

Color convert

RGB218237204-
CMYK0.0800.140.07
HSL94.55º47.83%86.47%-
HSV(B)94.55º13.92%92.94%-
XYZ70.179.8368.84-
YUV227.56114.71121.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 237 (92.97% from 255) = 35.96%
BLUE value IS 204 (80.08% from 255) = 30.96%
R=33.08%
G=35.96%
B=30.96%

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
Decimal2182372040.0800.140.0794.5547.8386.47
HexDAEDCC80E75f3056
Octal33235531410016713760126
Binary11011010111011011100110010000111011110111111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDCC; }

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

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

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

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

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

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

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

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