#DAF9CE

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

Shades of Snowy Mint #DAF9CE

Tints of Snowy Mint #DAF9CE

Color information

#DAF9CE (or 0xDAF9CE) is unknown color: approx Snowy Mint. HEX triplet: DA, F9 and CE. RGB value is (218,249,206). Sum of RGB (Red+Green+Blue) = 218+249+206=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9CE is #250631. Grayscale: #EAEAEA. Windows color (decimal): -2426418 or 13564378. OLE color: 13564378.

HSL color Cylindrical-coordinate representation of color #DAF9CE: hue angle of 103.26º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAF9CE is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB218249206-
CMYK0.1200.170.02
HSL103.26º78.18%89.22%-
HSV(B)103.26º17.27%97.65%-
XYZ73.9387.1171.31-
YUV234.83111.73116-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 249 (97.66% from 255) = 37.00%
BLUE value IS 206 (80.86% from 255) = 30.61%
R=32.39%
G=37.00%
B=30.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492060.1200.170.02103.2678.1889.22
HexDAF9CEC0112674e59
Octal332371316140212147116131
Binary110110101111100111001110110001000110110011110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9CE; }

 p { color: rgb(218,249,206); }

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

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

 a { background-color: rgb(218,249,206); }

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

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

 span { border-color: rgb(218,249,206); }

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