Html Css Color HEX #C8BBDB Melrose

📋 copy color: '#C8BBDB'

red 200 ◦ green 187 ◦ blue 219

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

Shades of Melrose #C8BBDB

Tints of Melrose #C8BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.86%

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

R = 33%
G = 30.86%
B = 36.14%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8BBDB (or 0xC8BBDB) is known color: Melrose. HEX triplet: C8, BB and DB. RGB value is (200,187,219). Sum of RGB (Red+Green+Blue) = 200+187+219=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 187 (73.44% from 255 or 30.86% 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 #C8BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBDB is #374424. Grayscale: #C2C2C2. Windows color (decimal): -3621925 or 14400456. OLE color: 14400456.

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

Color convert

RGB 200 187 219 -
CMYK 0.09 0.15 0 0.14
HSL 264.38º 0.31% 0.8% -
HSV(B) 264.38º 0.15% 0.86% -
XYZ 54.38 52.93 74.37 -
YUV 194.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 200 187 219 0.09 0.15 0 0.14 264.38 0.31 0.8
Hex C8 BB DB 9 F 0 E 108 1F 50
Octal 310 273 333 11 17 0 16 410 37 120
Binary 11001000 10111011 11011011 1001 1111 0 1110 100001000 11111 1010000

Color Harmonies of #C8BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBDB

Black with #C8BBDB

Text Example


Text Example

White with #C8BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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