Html Css Color HEX #DBBCC1 Melanie

📋 copy color: '#DBBCC1'

red 219 ◦ green 188 ◦ blue 193

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

Shades of Melanie #DBBCC1

Tints of Melanie #DBBCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.17%

R = 36.5%
G = 31.33%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DBBCC1 (or 0xDBBCC1) is known color: Melanie. HEX triplet: DB, BC and C1. RGB value is (219,188,193). Sum of RGB (Red+Green+Blue) = 219+188+193=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC1 is #24433E. Grayscale: #C5C5C5. Windows color (decimal): -2376511 or 12696795. OLE color: 12696795.

HSL color Cylindrical-coordinate representation of color #DBBCC1: hue angle of 350.32º 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 #DBBCC1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 188 193 -
CMYK 0 0.14 0.12 0.14
HSL 350.32º 0.3% 0.8% -
HSV(B) 350.32º 0.14% 0.86% -
XYZ 56.82 54.88 58.05 -
YUV 197.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 219 188 193 0 0.14 0.12 0.14 350.32 0.3 0.8
Hex DB BC C1 0 E C E 15E 1E 50
Octal 333 274 301 0 16 14 16 536 36 120
Binary 11011011 10111100 11000001 0 1110 1100 1110 101011110 11110 1010000

Color Harmonies of #DBBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCC1

Black with #DBBCC1

Text Example


Text Example

White with #DBBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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