#DAEFC5

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

Shades of Frostee #DAEFC5

Tints of Frostee #DAEFC5

Color information

#DAEFC5 (or 0xDAEFC5) is unknown color: approx Frostee. HEX triplet: DA, EF and C5. RGB value is (218,239,197). Sum of RGB (Red+Green+Blue) = 218+239+197=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC5 is #25103A. Grayscale: #E4E4E4. Windows color (decimal): -2428987 or 12971994. OLE color: 12971994.

HSL color Cylindrical-coordinate representation of color #DAEFC5: hue angle of 90º degrees, saturation: 0.57, 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 #DAEFC5 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB218239197-
CMYK0.0900.180.06
HSL90º56.76%85.49%-
HSV(B)90º17.57%93.73%-
XYZ69.8680.6764.71-
YUV227.93110.54120.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 197 (77.34% from 255) = 30.12%
R=33.33%
G=36.54%
B=30.12%

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
Decimal2182391970.0900.180.069056.7685.49
HexDAEFC5901265a3955
Octal33235730511022613271125
Binary110110101110111111000101100101001011010110101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFC5; }

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

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

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

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

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

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

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

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