Html Css Color HEX #DBFBCD Snowy Mint

📋 copy color: '#DBFBCD'

red 219 ◦ green 251 ◦ blue 205

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

Shades of Snowy Mint #DBFBCD

Tints of Snowy Mint #DBFBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.37%

R = 32.44%
G = 37.19%
B = 30.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#DBFBCD (or 0xDBFBCD) is known color: Snowy Mint. HEX triplet: DB, FB and CD. RGB value is (219,251,205). Sum of RGB (Red+Green+Blue) = 219+251+205=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBCD is #240432. Grayscale: #ECECEC. Windows color (decimal): -2360371 or 13499355. OLE color: 13499355.

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

Color convert

RGB 219 251 205 -
CMYK 0.13 0 0.18 0.02
HSL 101.74º 0.85% 0.89% -
HSV(B) 101.74º 0.18% 0.98% -
XYZ 74.73 88.46 70.89 -
YUV 236.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 219 251 205 0.13 0 0.18 0.02 101.74 0.85 0.89
Hex DB FB CD D 0 12 2 66 55 59
Octal 333 373 315 15 0 22 2 146 125 131
Binary 11011011 11111011 11001101 1101 0 10010 10 1100110 1010101 1011001

Color Harmonies of #DBFBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBCD

Black with #DBFBCD

Text Example


Text Example

White with #DBFBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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