#DAF9CC

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

Shades of Snowy Mint #DAF9CC

Tints of Snowy Mint #DAF9CC

Color information

#DAF9CC (or 0xDAF9CC) is unknown color: approx Snowy Mint. HEX triplet: DA, F9 and CC. RGB value is (218,249,204). Sum of RGB (Red+Green+Blue) = 218+249+204=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9CC is #250633. Grayscale: #EAEAEA. Windows color (decimal): -2426420 or 13433306. OLE color: 13433306.

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

Color convert

RGB218249204-
CMYK0.1200.180.02
HSL101.33º78.95%88.82%-
HSV(B)101.33º18.07%97.65%-
XYZ73.6987.0270.04-
YUV234.6110.73116.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 249 (97.66% from 255) = 37.11%
BLUE value IS 204 (80.08% from 255) = 30.40%
R=32.49%
G=37.11%
B=30.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492040.1200.180.02101.3378.9588.82
HexDAF9CCC0122654f59
Octal332371314140222145117131
Binary110110101111100111001100110001001010110010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9CC; }

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

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

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

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

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

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

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

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