Html Css Color HEX #DAFBC9 Snowy Mint

📋 copy color: '#DAFBC9'

red 218 ◦ green 251 ◦ blue 201

#DAFBC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snowy Mint #DAFBC9

Tints of Snowy Mint #DAFBC9

RGB

 RED value IS 218 (85.55% from 255) = 32.54%

 GREEN value IS 251 (98.44% from 255) = 37.46%

 BLUE value IS 201 (78.91% from 255) = 30%

R = 32.54%
G = 37.46%
B = 30%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#DAFBC9 (or 0xDAFBC9) is known color: Snowy Mint. HEX triplet: DA, FB and C9. RGB value is (218,251,201). Sum of RGB (Red+Green+Blue) = 218+251+201=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBC9 is #250436. Grayscale: #EBEBEB. Windows color (decimal): -2425911 or 13237210. OLE color: 13237210.

HSL color Cylindrical-coordinate representation of color #DAFBC9: hue angle of 99.6º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAFBC9 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 201 -
CMYK 0.13 0 0.20 0.02
HSL 99.6º 0.86% 0.89% -
HSV(B) 99.6º 0.2% 0.98% -
XYZ 73.95 88.12 68.37 -
YUV 235.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 218 251 201 0.13 0 0.20 0.02 99.6 0.86 0.89
Hex DA FB C9 D 0 14 2 64 56 59
Octal 332 373 311 15 0 24 2 144 126 131
Binary 11011010 11111011 11001001 1101 0 10100 10 1100100 1010110 1011001

Color Harmonies of #DAFBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBC9

Black with #DAFBC9

Text Example


Text Example

White with #DAFBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBC9; }

 p { color: rgb(218,251,201); }

 H1.HeaderClassName
 {
   color: #DAFBC9;
 }
 .AnyTagClassName
 {
   color: #DAFBC9;
 }
</style>

background-color css

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

 a { background-color: rgb(218,251,201); }

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

border-color css

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

 span { border-color: rgb(218,251,201); }

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