Html Css Color HEX #DCFAC8 Snowy Mint

📋 copy color: '#DCFAC8'

red 220 ◦ green 250 ◦ blue 200

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

Shades of Snowy Mint #DCFAC8

Tints of Snowy Mint #DCFAC8

RGB

 RED value IS 220 (86.33% from 255) = 32.84%

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

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

R = 32.84%
G = 37.31%
B = 29.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#DCFAC8 (or 0xDCFAC8) is known color: Snowy Mint. HEX triplet: DC, FA and C8. RGB value is (220,250,200). Sum of RGB (Red+Green+Blue) = 220+250+200=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAC8 is #230537. Grayscale: #EBEBEB. Windows color (decimal): -2295096 or 13171420. OLE color: 13171420.

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

Color convert

RGB 220 250 200 -
CMYK 0.12 0 0.2 0.02
HSL 96º 0.83% 0.88% -
HSV(B) 96º 0.2% 0.98% -
XYZ 74.13 87.76 67.68 -
YUV 235.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 220 250 200 0.12 0 0.2 0.02 96 0.83 0.88
Hex DC FA C8 C 0 14 2 60 53 58
Octal 334 372 310 14 0 24 2 140 123 130
Binary 11011100 11111010 11001000 1100 0 10100 10 1100000 1010011 1011000

Color Harmonies of #DCFAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAC8

Black with #DCFAC8

Text Example


Text Example

White with #DCFAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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