#DAF7CE

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

Shades of Snowy Mint #DAF7CE

Tints of Snowy Mint #DAF7CE

Color information

#DAF7CE (or 0xDAF7CE) is unknown color: approx Snowy Mint. HEX triplet: DA, F7 and CE. RGB value is (218,247,206). Sum of RGB (Red+Green+Blue) = 218+247+206=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7CE is #250831. Grayscale: #E9E9E9. Windows color (decimal): -2426930 or 13563866. OLE color: 13563866.

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

Color convert

RGB218247206-
CMYK0.1200.170.03
HSL102.44º71.93%88.82%-
HSV(B)102.44º16.6%96.86%-
XYZ73.3185.8871.11-
YUV233.66112.39116.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 247 (96.88% from 255) = 36.81%
BLUE value IS 206 (80.86% from 255) = 30.70%
R=32.49%
G=36.81%
B=30.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182472060.1200.170.03102.4471.9388.82
HexDAF7CEC0113664859
Octal332367316140213146110131
Binary110110101111011111001110110001000111110011010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7CE; }

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

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

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

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

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

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

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

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