#DAF0C6

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

Shades of Frostee #DAF0C6

Tints of Frostee #DAF0C6

Color information

#DAF0C6 (or 0xDAF0C6) is unknown color: approx Frostee. HEX triplet: DA, F0 and C6. RGB value is (218,240,198). Sum of RGB (Red+Green+Blue) = 218+240+198=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0C6 is #250F39. Grayscale: #E4E4E4. Windows color (decimal): -2428730 or 13037786. OLE color: 13037786.

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

Color convert

RGB218240198-
CMYK0.0900.180.06
HSL91.43º58.33%85.88%-
HSV(B)91.43º17.5%94.12%-
XYZ70.2781.365.42-
YUV228.63110.71120.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 240 (94.14% from 255) = 36.59%
BLUE value IS 198 (77.73% from 255) = 30.18%
R=33.23%
G=36.59%
B=30.18%

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
Decimal2182401980.0900.180.0691.4358.3385.88
HexDAF0C6901265b3a56
Octal33236030611022613372126
Binary110110101111000011000110100101001011010110111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0C6; }

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

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

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

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

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

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

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

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