Html Css Color HEX #DAFCC9 Snowy Mint

📋 copy color: '#DAFCC9'

red 218 ◦ green 252 ◦ blue 201

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

Shades of Snowy Mint #DAFCC9

Tints of Snowy Mint #DAFCC9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.56%

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

R = 32.49%
G = 37.56%
B = 29.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#DAFCC9 (or 0xDAFCC9) is known color: Snowy Mint. HEX triplet: DA, FC and C9. RGB value is (218,252,201). Sum of RGB (Red+Green+Blue) = 218+252+201=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCC9 is #250336. Grayscale: #ECECEC. Windows color (decimal): -2425655 or 13237466. OLE color: 13237466.

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

Color convert

RGB 218 252 201 -
CMYK 0.13 0 0.20 0.01
HSL 100º 0.89% 0.89% -
HSV(B) 100º 0.2% 0.99% -
XYZ 74.27 88.74 68.47 -
YUV 236.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 218 252 201 0.13 0 0.20 0.01 100 0.89 0.89
Hex DA FC C9 D 0 14 1 64 59 59
Octal 332 374 311 15 0 24 1 144 131 131
Binary 11011010 11111100 11001001 1101 0 10100 1 1100100 1011001 1011001

Color Harmonies of #DAFCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFCC9

Black with #DAFCC9

Text Example


Text Example

White with #DAFCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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