#DAEFC6

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

Shades of Frostee #DAEFC6

Tints of Frostee #DAEFC6

Color information

#DAEFC6 (or 0xDAEFC6) is unknown color: approx Frostee. HEX triplet: DA, EF and C6. RGB value is (218,239,198). Sum of RGB (Red+Green+Blue) = 218+239+198=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC6 is #251039. Grayscale: #E4E4E4. Windows color (decimal): -2428986 or 13037530. OLE color: 13037530.

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

Color convert

RGB218239198-
CMYK0.0900.170.06
HSL90.73º56.16%85.69%-
HSV(B)90.73º17.15%93.73%-
XYZ69.9780.7265.32-
YUV228.05111.04120.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 198 (77.73% from 255) = 30.23%
R=33.28%
G=36.49%
B=30.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391980.0900.170.0690.7356.1685.69
HexDAEFC6901165b3856
Octal33235730611021613370126
Binary110110101110111111000110100101000111010110111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFC6; }

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

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

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

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

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

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

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

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