#DAEBC9

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

Shades of Frostee #DAEBC9

Tints of Frostee #DAEBC9

Color information

#DAEBC9 (or 0xDAEBC9) is unknown color: approx Frostee. HEX triplet: DA, EB and C9. RGB value is (218,235,201). Sum of RGB (Red+Green+Blue) = 218+235+201=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC9 is #251436. Grayscale: #E2E2E2. Windows color (decimal): -2430007 or 13233114. OLE color: 13233114.

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

Color convert

RGB218235201-
CMYK0.0700.140.08
HSL90º45.95%85.49%-
HSV(B)90º14.47%92.16%-
XYZ69.1678.5466.77-
YUV226.04113.87122.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 201 (78.91% from 255) = 30.73%
R=33.33%
G=35.93%
B=30.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352010.0700.140.089045.9585.49
HexDAEBC970E85a2e55
Octal33235331170161013256125
Binary11011010111010111100100111101110100010110101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBC9; }

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

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

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

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

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

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

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

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