Html Css Color HEX #C8BCDB Melrose

📋 copy color: '#C8BCDB'

red 200 ◦ green 188 ◦ blue 219

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

Shades of Melrose #C8BCDB

Tints of Melrose #C8BCDB

RGB

 RED value IS 200 (78.52% from 255) = 32.95%

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

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

R = 32.95%
G = 30.97%
B = 36.08%

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

#C8BCDB (or 0xC8BCDB) is known color: Melrose. HEX triplet: C8, BC and DB. RGB value is (200,188,219). Sum of RGB (Red+Green+Blue) = 200+188+219=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCDB is #374324. Grayscale: #C3C3C3. Windows color (decimal): -3621669 or 14400712. OLE color: 14400712.

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

Color convert

RGB 200 188 219 -
CMYK 0.09 0.14 0 0.14
HSL 263.23º 0.3% 0.8% -
HSV(B) 263.23º 0.14% 0.86% -
XYZ 54.59 53.36 74.44 -
YUV 195.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 200 188 219 0.09 0.14 0 0.14 263.23 0.3 0.8
Hex C8 BC DB 9 E 0 E 107 1E 50
Octal 310 274 333 11 16 0 16 407 36 120
Binary 11001000 10111100 11011011 1001 1110 0 1110 100000111 11110 1010000

Color Harmonies of #C8BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCDB

Black with #C8BCDB

Text Example


Text Example

White with #C8BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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