#DAEEC3

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

Shades of Frostee #DAEEC3

Tints of Frostee #DAEEC3

Color information

#DAEEC3 (or 0xDAEEC3) is unknown color: approx Frostee. HEX triplet: DA, EE and C3. RGB value is (218,238,195). Sum of RGB (Red+Green+Blue) = 218+238+195=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC3 is #25113C. Grayscale: #E3E3E3. Windows color (decimal): -2429245 or 12840666. OLE color: 12840666.

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

Color convert

RGB218238195-
CMYK0.0800.180.07
HSL87.91º55.84%84.9%-
HSV(B)87.91º18.07%93.33%-
XYZ69.3479.9963.42-
YUV227.12109.87121.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 238 (93.36% from 255) = 36.56%
BLUE value IS 195 (76.56% from 255) = 29.95%
R=33.49%
G=36.56%
B=29.95%

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
Decimal2182381950.0800.180.0787.9155.8484.9
HexDAEEC380127583855
Octal33235630310022713070125
Binary110110101110111011000011100001001011110110001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEC3; }

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

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

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

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

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

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

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

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