Html Css Color HEX #DBFBCC Snowy Mint

📋 copy color: '#DBFBCC'

red 219 ◦ green 251 ◦ blue 204

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

Shades of Snowy Mint #DBFBCC

Tints of Snowy Mint #DBFBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.27%

R = 32.49%
G = 37.24%
B = 30.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#DBFBCC (or 0xDBFBCC) is known color: Snowy Mint. HEX triplet: DB, FB and CC. RGB value is (219,251,204). Sum of RGB (Red+Green+Blue) = 219+251+204=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBCC is #240433. Grayscale: #ECECEC. Windows color (decimal): -2360372 or 13433819. OLE color: 13433819.

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

Color convert

RGB 219 251 204 -
CMYK 0.13 0 0.19 0.02
HSL 100.85º 0.85% 0.89% -
HSV(B) 100.85º 0.19% 0.98% -
XYZ 74.61 88.41 70.26 -
YUV 236.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 219 251 204 0.13 0 0.19 0.02 100.85 0.85 0.89
Hex DB FB CC D 0 13 2 65 55 59
Octal 333 373 314 15 0 23 2 145 125 131
Binary 11011011 11111011 11001100 1101 0 10011 10 1100101 1010101 1011001

Color Harmonies of #DBFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBCC

Black with #DBFBCC

Text Example


Text Example

White with #DBFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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