#DAEEC2

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

Shades of Frostee #DAEEC2

Tints of Frostee #DAEEC2

Color information

#DAEEC2 (or 0xDAEEC2) is unknown color: approx Frostee. HEX triplet: DA, EE and C2. RGB value is (218,238,194). Sum of RGB (Red+Green+Blue) = 218+238+194=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC2 is #25113D. Grayscale: #E3E3E3. Windows color (decimal): -2429246 or 12775130. OLE color: 12775130.

HSL color Cylindrical-coordinate representation of color #DAEEC2: hue angle of 87.27º degrees, saturation: 0.56, 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 #DAEEC2 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB218238194-
CMYK0.0800.180.07
HSL87.27º56.41%84.71%-
HSV(B)87.27º18.49%93.33%-
XYZ69.2379.9562.82-
YUV227109.37121.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 238 (93.36% from 255) = 36.62%
BLUE value IS 194 (76.17% from 255) = 29.85%
R=33.54%
G=36.62%
B=29.85%

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
Decimal2182381940.0800.180.0787.2756.4184.71
HexDAEEC280127573855
Octal33235630210022712770125
Binary110110101110111011000010100001001011110101111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEC2; }

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

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

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

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

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

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

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

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