#DAEFC3

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

Shades of Frostee #DAEFC3

Tints of Frostee #DAEFC3

Color information

#DAEFC3 (or 0xDAEFC3) is unknown color: approx Frostee. HEX triplet: DA, EF and C3. RGB value is (218,239,195). Sum of RGB (Red+Green+Blue) = 218+239+195=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC3 is #25103C. Grayscale: #E3E3E3. Windows color (decimal): -2428989 or 12840922. OLE color: 12840922.

HSL color Cylindrical-coordinate representation of color #DAEFC3: hue angle of 88.64º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAEFC3 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB218239195-
CMYK0.0900.180.06
HSL88.64º57.89%85.1%-
HSV(B)88.64º18.41%93.73%-
XYZ69.6380.5863.51-
YUV227.7109.54121.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 195 (76.56% from 255) = 29.91%
R=33.44%
G=36.66%
B=29.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391950.0900.180.0688.6457.8985.1
HexDAEFC390126593a55
Octal33235730311022613172125
Binary110110101110111111000011100101001011010110011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFC3; }

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

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

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

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

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

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

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

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