Html Css Color HEX #DBBCC2 Melanie

📋 copy color: '#DBBCC2'

red 219 ◦ green 188 ◦ blue 194

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

Shades of Melanie #DBBCC2

Tints of Melanie #DBBCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.28%

R = 36.44%
G = 31.28%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DBBCC2 (or 0xDBBCC2) is known color: Melanie. HEX triplet: DB, BC and C2. RGB value is (219,188,194). Sum of RGB (Red+Green+Blue) = 219+188+194=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC2 is #24433D. Grayscale: #C5C5C5. Windows color (decimal): -2376510 or 12762331. OLE color: 12762331.

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

Color convert

RGB 219 188 194 -
CMYK 0 0.14 0.11 0.14
HSL 348.39º 0.3% 0.8% -
HSV(B) 348.39º 0.14% 0.86% -
XYZ 56.93 54.92 58.64 -
YUV 197.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 219 188 194 0 0.14 0.11 0.14 348.39 0.3 0.8
Hex DB BC C2 0 E B E 15C 1E 50
Octal 333 274 302 0 16 13 16 534 36 120
Binary 11011011 10111100 11000010 0 1110 1011 1110 101011100 11110 1010000

Color Harmonies of #DBBCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCC2

Black with #DBBCC2

Text Example


Text Example

White with #DBBCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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