Html Css Color HEX #DBFAC7 Snowy Mint

📋 copy color: '#DBFAC7'

red 219 ◦ green 250 ◦ blue 199

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

Shades of Snowy Mint #DBFAC7

Tints of Snowy Mint #DBFAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 29.79%

R = 32.78%
G = 37.43%
B = 29.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#DBFAC7 (or 0xDBFAC7) is known color: Snowy Mint. HEX triplet: DB, FA and C7. RGB value is (219,250,199). Sum of RGB (Red+Green+Blue) = 219+250+199=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 199 (78.12% from 255 or 29.79% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAC7 is #240538. Grayscale: #EBEBEB. Windows color (decimal): -2360633 or 13105883. OLE color: 13105883.

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

Color convert

RGB 219 250 199 -
CMYK 0.12 0 0.20 0.02
HSL 96.47º 0.84% 0.88% -
HSV(B) 96.47º 0.2% 0.98% -
XYZ 73.71 87.55 67.05 -
YUV 234.92 107.73 116.65 -
System Red Green Blue C M Y K H S L
Decimal 219 250 199 0.12 0 0.20 0.02 96.47 0.84 0.88
Hex DB FA C7 C 0 14 2 60 54 58
Octal 333 372 307 14 0 24 2 140 124 130
Binary 11011011 11111010 11000111 1100 0 10100 10 1100000 1010100 1011000

Color Harmonies of #DBFAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAC7

Black with #DBFAC7

Text Example


Text Example

White with #DBFAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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