Html Css Color HEX #DBBCC5 Melanie

📋 copy color: '#DBBCC5'

red 219 ◦ green 188 ◦ blue 197

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

Shades of Melanie #DBBCC5

Tints of Melanie #DBBCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.13%

 BLUE value IS 197 (77.34% from 255) = 32.62%

R = 36.26%
G = 31.13%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DBBCC5 (or 0xDBBCC5) is known color: Melanie. HEX triplet: DB, BC and C5. RGB value is (219,188,197). Sum of RGB (Red+Green+Blue) = 219+188+197=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC5 is #24433A. Grayscale: #C6C6C6. Windows color (decimal): -2376507 or 12958939. OLE color: 12958939.

HSL color Cylindrical-coordinate representation of color #DBBCC5: hue angle of 342.58º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBCC5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 188 197 -
CMYK 0 0.14 0.10 0.14
HSL 342.58º 0.3% 0.8% -
HSV(B) 342.58º 0.14% 0.86% -
XYZ 57.27 55.06 60.43 -
YUV 198.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 219 188 197 0 0.14 0.10 0.14 342.58 0.3 0.8
Hex DB BC C5 0 E A E 157 1E 50
Octal 333 274 305 0 16 12 16 527 36 120
Binary 11011011 10111100 11000101 0 1110 1010 1110 101010111 11110 1010000

Color Harmonies of #DBBCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCC5

Black with #DBBCC5

Text Example


Text Example

White with #DBBCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCC5; }

 p { color: rgb(219,188,197); }

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

background-color css

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

 a { background-color: rgb(219,188,197); }

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

border-color css

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

 span { border-color: rgb(219,188,197); }

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