#C8BBDB

Color #C8BBDB Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C8BBDB

Tints of Melrose #C8BBDB

Color information

#C8BBDB (or 0xC8BBDB) is unknown color: approx 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

RGB200187219-
CMYK0.090.1500.14
HSL264.38º30.77%79.61%-
HSV(B)264.38º14.61%85.88%-
XYZ54.3852.9374.37-
YUV194.54141.81131.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.00%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=33.00%
G=30.86%
B=36.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001872190.090.1500.14264.3830.7779.61
HexC8BBDB9F0E1081f50
Octal310273333111701641037120
Binary1100100010111011110110111001111101110100001000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>