#DAEEC4

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

Shades of Frostee #DAEEC4

Tints of Frostee #DAEEC4

Color information

#DAEEC4 (or 0xDAEEC4) is unknown color: approx Frostee. HEX triplet: DA, EE and C4. RGB value is (218,238,196). Sum of RGB (Red+Green+Blue) = 218+238+196=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC4 is #25113B. Grayscale: #E3E3E3. Windows color (decimal): -2429244 or 12906202. OLE color: 12906202.

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

Color convert

RGB218238196-
CMYK0.0800.180.07
HSL88.57º55.26%85.1%-
HSV(B)88.57º17.65%93.33%-
XYZ69.4580.0464.01-
YUV227.23110.37121.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=33.44%
G=36.50%
B=30.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381960.0800.180.0788.5755.2685.1
HexDAEEC480127593755
Octal33235630410022713167125
Binary110110101110111011000100100001001011110110011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEC4; }

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

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

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

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

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

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

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

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