#DAF6CD

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

Shades of Snowy Mint #DAF6CD

Tints of Snowy Mint #DAF6CD

Color information

#DAF6CD (or 0xDAF6CD) is unknown color: approx Snowy Mint. HEX triplet: DA, F6 and CD. RGB value is (218,246,205). Sum of RGB (Red+Green+Blue) = 218+246+205=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6CD is #250932. Grayscale: #E9E9E9. Windows color (decimal): -2427187 or 13498074. OLE color: 13498074.

HSL color Cylindrical-coordinate representation of color #DAF6CD: hue angle of 100.98º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAF6CD is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB218246205-
CMYK0.1100.170.04
HSL100.98º69.49%88.43%-
HSV(B)100.98º16.67%96.47%-
XYZ72.8985.2270.37-
YUV232.95112.22117.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 246 (96.48% from 255) = 36.77%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=32.59%
G=36.77%
B=30.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182462050.1100.170.04100.9869.4988.43
HexDAF6CDB0114654558
Octal332366315130214145105130
Binary1101101011110110110011011011010001100110010110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6CD; }

 p { color: rgb(218,246,205); }

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

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

 a { background-color: rgb(218,246,205); }

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

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

 span { border-color: rgb(218,246,205); }

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