Html Css Color HEX #DAFBC8 Snowy Mint

📋 copy color: '#DAFBC8'

red 218 ◦ green 251 ◦ blue 200

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

Shades of Snowy Mint #DAFBC8

Tints of Snowy Mint #DAFBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.9%

R = 32.59%
G = 37.52%
B = 29.9%

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

#DAFBC8 (or 0xDAFBC8) is known color: Snowy Mint. HEX triplet: DA, FB and C8. RGB value is (218,251,200). Sum of RGB (Red+Green+Blue) = 218+251+200=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 200 (78.52% from 255 or 29.90% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBC8 is #250437. Grayscale: #EBEBEB. Windows color (decimal): -2425912 or 13171674. OLE color: 13171674.

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

Color convert

RGB 218 251 200 -
CMYK 0.13 0 0.20 0.02
HSL 98.82º 0.86% 0.88% -
HSV(B) 98.82º 0.2% 0.98% -
XYZ 73.84 88.07 67.75 -
YUV 235.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 218 251 200 0.13 0 0.20 0.02 98.82 0.86 0.88
Hex DA FB C8 D 0 14 2 63 56 58
Octal 332 373 310 15 0 24 2 143 126 130
Binary 11011010 11111011 11001000 1101 0 10100 10 1100011 1010110 1011000

Color Harmonies of #DAFBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBC8

Black with #DAFBC8

Text Example


Text Example

White with #DAFBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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