#DAF8CC

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

Shades of Snowy Mint #DAF8CC

Tints of Snowy Mint #DAF8CC

Color information

#DAF8CC (or 0xDAF8CC) is unknown color: approx Snowy Mint. HEX triplet: DA, F8 and CC. RGB value is (218,248,204). Sum of RGB (Red+Green+Blue) = 218+248+204=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8CC is #250733. Grayscale: #EAEAEA. Windows color (decimal): -2426676 or 13433050. OLE color: 13433050.

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

Color convert

RGB218248204-
CMYK0.1200.180.03
HSL100.91º75.86%88.63%-
HSV(B)100.91º17.74%97.25%-
XYZ73.3886.469.94-
YUV234.01111.06116.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 248 (97.27% from 255) = 37.01%
BLUE value IS 204 (80.08% from 255) = 30.45%
R=32.54%
G=37.01%
B=30.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182482040.1200.180.03100.9175.8688.63
HexDAF8CCC0123654c59
Octal332370314140223145114131
Binary110110101111100011001100110001001011110010110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8CC; }

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

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

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

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

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

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

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

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