Html Css Color HEX #DBFBC7 Snowy Mint

📋 copy color: '#DBFBC7'

red 219 ◦ green 251 ◦ blue 199

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

Shades of Snowy Mint #DBFBC7

Tints of Snowy Mint #DBFBC7

RGB

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

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

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

R = 32.74%
G = 37.52%
B = 29.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#DBFBC7 (or 0xDBFBC7) is known color: Snowy Mint. HEX triplet: DB, FB and C7. RGB value is (219,251,199). Sum of RGB (Red+Green+Blue) = 219+251+199=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 199 (78.12% from 255 or 29.75% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBC7 is #240438. Grayscale: #EBEBEB. Windows color (decimal): -2360377 or 13106139. OLE color: 13106139.

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

Color convert

RGB 219 251 199 -
CMYK 0.13 0 0.21 0.02
HSL 96.92º 0.87% 0.88% -
HSV(B) 96.92º 0.21% 0.98% -
XYZ 74.02 88.18 67.15 -
YUV 235.5 107.4 116.23 -
System Red Green Blue C M Y K H S L
Decimal 219 251 199 0.13 0 0.21 0.02 96.92 0.87 0.88
Hex DB FB C7 D 0 15 2 61 57 58
Octal 333 373 307 15 0 25 2 141 127 130
Binary 11011011 11111011 11000111 1101 0 10101 10 1100001 1010111 1011000

Color Harmonies of #DBFBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBC7

Black with #DBFBC7

Text Example


Text Example

White with #DBFBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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