#DAEBC4

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

Shades of Frostee #DAEBC4

Tints of Frostee #DAEBC4

Color information

#DAEBC4 (or 0xDAEBC4) is unknown color: approx Frostee. HEX triplet: DA, EB and C4. RGB value is (218,235,196). Sum of RGB (Red+Green+Blue) = 218+235+196=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 196 (76.95% from 255 or 30.20% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC4 is #25143B. Grayscale: #E1E1E1. Windows color (decimal): -2430012 or 12905434. OLE color: 12905434.

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

Color convert

RGB218235196-
CMYK0.0700.170.08
HSL86.15º49.37%84.51%-
HSV(B)86.15º16.6%92.16%-
XYZ68.5978.3163.72-
YUV225.47111.37122.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 196 (76.95% from 255) = 30.20%
R=33.59%
G=36.21%
B=30.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351960.0700.170.0886.1549.3784.51
HexDAEBC470118563155
Octal33235330470211012661125
Binary110110101110101111000100111010001100010101101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBC4; }

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

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

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

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

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

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

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

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