Html Css Color HEX #DBFBC8 Snowy Mint

📋 copy color: '#DBFBC8'

red 219 ◦ green 251 ◦ blue 200

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

Shades of Snowy Mint #DBFBC8

Tints of Snowy Mint #DBFBC8

RGB

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

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

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

R = 32.69%
G = 37.46%
B = 29.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#DBFBC8 (or 0xDBFBC8) is known color: Snowy Mint. HEX triplet: DB, FB and C8. RGB value is (219,251,200). Sum of RGB (Red+Green+Blue) = 219+251+200=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBC8 is #240437. Grayscale: #EBEBEB. Windows color (decimal): -2360376 or 13171675. OLE color: 13171675.

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

Color convert

RGB 219 251 200 -
CMYK 0.13 0 0.20 0.02
HSL 97.65º 0.86% 0.88% -
HSV(B) 97.65º 0.2% 0.98% -
XYZ 74.14 88.22 67.77 -
YUV 235.62 107.9 116.15 -
System Red Green Blue C M Y K H S L
Decimal 219 251 200 0.13 0 0.20 0.02 97.65 0.86 0.88
Hex DB FB C8 D 0 14 2 62 56 58
Octal 333 373 310 15 0 24 2 142 126 130
Binary 11011011 11111011 11001000 1101 0 10100 10 1100010 1010110 1011000

Color Harmonies of #DBFBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBC8

Black with #DBFBC8

Text Example


Text Example

White with #DBFBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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