#DAF0C5

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

Shades of Frostee #DAF0C5

Tints of Frostee #DAF0C5

Color information

#DAF0C5 (or 0xDAF0C5) is unknown color: approx Frostee. HEX triplet: DA, F0 and C5. RGB value is (218,240,197). Sum of RGB (Red+Green+Blue) = 218+240+197=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0C5 is #250F3A. Grayscale: #E4E4E4. Windows color (decimal): -2428731 or 12972250. OLE color: 12972250.

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

Color convert

RGB218240197-
CMYK0.0900.180.06
HSL90.7º58.9%85.69%-
HSV(B)90.7º17.92%94.12%-
XYZ70.1581.2664.81-
YUV228.52110.21120.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 240 (94.14% from 255) = 36.64%
BLUE value IS 197 (77.34% from 255) = 30.08%
R=33.28%
G=36.64%
B=30.08%

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
Decimal2182401970.0900.180.0690.758.985.69
HexDAF0C5901265b3b56
Octal33236030511022613373126
Binary110110101111000011000101100101001011010110111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0C5; }

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

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

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

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

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

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

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

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