#DAEBCC

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

Shades of Frostee #DAEBCC

Tints of Frostee #DAEBCC

Color information

#DAEBCC (or 0xDAEBCC) is unknown color: approx Frostee. HEX triplet: DA, EB and CC. RGB value is (218,235,204). Sum of RGB (Red+Green+Blue) = 218+235+204=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBCC is #251433. Grayscale: #E2E2E2. Windows color (decimal): -2430004 or 13429722. OLE color: 13429722.

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

Color convert

RGB218235204-
CMYK0.0700.130.08
HSL92.9º43.66%86.08%-
HSV(B)92.9º13.19%92.16%-
XYZ69.5278.6868.65-
YUV226.38115.37122.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 204 (80.08% from 255) = 31.05%
R=33.18%
G=35.77%
B=31.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352040.0700.130.0892.943.6686.08
HexDAEBCC70D85d2c56
Octal33235331470151013554126
Binary11011010111010111100110011101101100010111011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBCC; }

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

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

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

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

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

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

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

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