Html Css Color HEX #DBFAC8 Snowy Mint

📋 copy color: '#DBFAC8'

red 219 ◦ green 250 ◦ blue 200

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

Shades of Snowy Mint #DBFAC8

Tints of Snowy Mint #DBFAC8

RGB

 RED value IS 219 (85.94% from 255) = 32.74%

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

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

R = 32.74%
G = 37.37%
B = 29.9%

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

#DBFAC8 (or 0xDBFAC8) is known color: Snowy Mint. HEX triplet: DB, FA and C8. RGB value is (219,250,200). Sum of RGB (Red+Green+Blue) = 219+250+200=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 200 (78.52% from 255 or 29.90% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAC8 is #240537. Grayscale: #EBEBEB. Windows color (decimal): -2360632 or 13171419. OLE color: 13171419.

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

Color convert

RGB 219 250 200 -
CMYK 0.12 0 0.2 0.02
HSL 97.2º 0.83% 0.88% -
HSV(B) 97.2º 0.2% 0.98% -
XYZ 73.82 87.6 67.66 -
YUV 235.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 219 250 200 0.12 0 0.2 0.02 97.2 0.83 0.88
Hex DB FA C8 C 0 14 2 61 53 58
Octal 333 372 310 14 0 24 2 141 123 130
Binary 11011011 11111010 11001000 1100 0 10100 10 1100001 1010011 1011000

Color Harmonies of #DBFAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAC8

Black with #DBFAC8

Text Example


Text Example

White with #DBFAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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