#DAF6CC

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

Shades of Snowy Mint #DAF6CC

Tints of Snowy Mint #DAF6CC

Color information

#DAF6CC (or 0xDAF6CC) is unknown color: approx Snowy Mint. HEX triplet: DA, F6 and CC. RGB value is (218,246,204). Sum of RGB (Red+Green+Blue) = 218+246+204=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6CC is #250933. Grayscale: #E8E8E8. Windows color (decimal): -2427188 or 13432538. OLE color: 13432538.

HSL color Cylindrical-coordinate representation of color #DAF6CC: hue angle of 100º degrees, saturation: 0.7, 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 #DAF6CC is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB218246204-
CMYK0.1100.170.04
HSL100º70%88.24%-
HSV(B)100º17.07%96.47%-
XYZ72.7785.1869.73-
YUV232.84111.72117.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 246 (96.48% from 255) = 36.83%
BLUE value IS 204 (80.08% from 255) = 30.54%
R=32.63%
G=36.83%
B=30.54%

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
Decimal2182462040.1100.170.041007088.24
HexDAF6CCB0114644658
Octal332366314130214144106130
Binary1101101011110110110011001011010001100110010010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6CC; }

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

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

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

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

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

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

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

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