Html Css Color HEX #C7BCDB Melrose

📋 copy color: '#C7BCDB'

red 199 ◦ green 188 ◦ blue 219

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

Shades of Melrose #C7BCDB

Tints of Melrose #C7BCDB

RGB

 RED value IS 199 (78.13% from 255) = 32.84%

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

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 32.84%
G = 31.02%
B = 36.14%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7BCDB (or 0xC7BCDB) is known color: Melrose. HEX triplet: C7, BC and DB. RGB value is (199,188,219). Sum of RGB (Red+Green+Blue) = 199+188+219=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCDB is #384324. Grayscale: #C2C2C2. Windows color (decimal): -3687205 or 14400711. OLE color: 14400711.

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

Color convert

RGB 199 188 219 -
CMYK 0.09 0.14 0 0.14
HSL 261.29º 0.3% 0.8% -
HSV(B) 261.29º 0.14% 0.86% -
XYZ 54.32 53.22 74.43 -
YUV 194.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 199 188 219 0.09 0.14 0 0.14 261.29 0.3 0.8
Hex C7 BC DB 9 E 0 E 105 1E 50
Octal 307 274 333 11 16 0 16 405 36 120
Binary 11000111 10111100 11011011 1001 1110 0 1110 100000101 11110 1010000

Color Harmonies of #C7BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCDB

Black with #C7BCDB

Text Example


Text Example

White with #C7BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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