Html Css Color HEX #DAFAC8 Snowy Mint

📋 copy color: '#DAFAC8'

red 218 ◦ green 250 ◦ blue 200

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

Shades of Snowy Mint #DAFAC8

Tints of Snowy Mint #DAFAC8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.43%

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

R = 32.63%
G = 37.43%
B = 29.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#DAFAC8 (or 0xDAFAC8) is known color: Snowy Mint. HEX triplet: DA, FA and C8. RGB value is (218,250,200). Sum of RGB (Red+Green+Blue) = 218+250+200=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 200 (78.52% from 255 or 29.94% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAC8 is #250537. Grayscale: #EAEAEA. Windows color (decimal): -2426168 or 13171418. OLE color: 13171418.

HSL color Cylindrical-coordinate representation of color #DAFAC8: hue angle of 98.4º degrees, saturation: 0.83, 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 #DAFAC8 is Cyan = 0.13, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 200 -
CMYK 0.13 0 0.2 0.02
HSL 98.4º 0.83% 0.88% -
HSV(B) 98.4º 0.2% 0.98% -
XYZ 73.52 87.45 67.65 -
YUV 234.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 218 250 200 0.13 0 0.2 0.02 98.4 0.83 0.88
Hex DA FA C8 D 0 14 2 62 53 58
Octal 332 372 310 15 0 24 2 142 123 130
Binary 11011010 11111010 11001000 1101 0 10100 10 1100010 1010011 1011000

Color Harmonies of #DAFAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFAC8

Black with #DAFAC8

Text Example


Text Example

White with #DAFAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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