Html Css Color HEX #DBFBCE Snowy Mint

📋 copy color: '#DBFBCE'

red 219 ◦ green 251 ◦ blue 206

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

Shades of Snowy Mint #DBFBCE

Tints of Snowy Mint #DBFBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.47%

R = 32.4%
G = 37.13%
B = 30.47%

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

#DBFBCE (or 0xDBFBCE) is known color: Snowy Mint. HEX triplet: DB, FB and CE. RGB value is (219,251,206). Sum of RGB (Red+Green+Blue) = 219+251+206=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBCE is #240431. Grayscale: #ECECEC. Windows color (decimal): -2360370 or 13564891. OLE color: 13564891.

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

Color convert

RGB 219 251 206 -
CMYK 0.13 0 0.18 0.02
HSL 102.67º 0.85% 0.9% -
HSV(B) 102.67º 0.18% 0.98% -
XYZ 74.85 88.51 71.53 -
YUV 236.3 110.9 115.66 -
System Red Green Blue C M Y K H S L
Decimal 219 251 206 0.13 0 0.18 0.02 102.67 0.85 0.9
Hex DB FB CE D 0 12 2 67 55 5A
Octal 333 373 316 15 0 22 2 147 125 132
Binary 11011011 11111011 11001110 1101 0 10010 10 1100111 1010101 1011010

Color Harmonies of #DBFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBCE

Black with #DBFBCE

Text Example


Text Example

White with #DBFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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