#DAEBC7

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

Shades of Frostee #DAEBC7

Tints of Frostee #DAEBC7

Color information

#DAEBC7 (or 0xDAEBC7) is unknown color: approx Frostee. HEX triplet: DA, EB and C7. RGB value is (218,235,199). Sum of RGB (Red+Green+Blue) = 218+235+199=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC7 is #251438. Grayscale: #E1E1E1. Windows color (decimal): -2430009 or 13102042. OLE color: 13102042.

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

Color convert

RGB218235199-
CMYK0.0700.150.08
HSL88.33º47.37%85.1%-
HSV(B)88.33º15.32%92.16%-
XYZ68.9378.4565.54-
YUV225.81112.87122.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 199 (78.12% from 255) = 30.52%
R=33.44%
G=36.04%
B=30.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351990.0700.150.0888.3347.3785.1
HexDAEBC770F8582f55
Octal33235330770171013057125
Binary11011010111010111100011111101111100010110001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBC7; }

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

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

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

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

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

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

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

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