#C8BBED

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

Shades of Melrose #C8BBED

Tints of Melrose #C8BBED

Color information

#C8BBED (or 0xC8BBED) is unknown color: approx Melrose. HEX triplet: C8, BB and ED. RGB value is (200,187,237). Sum of RGB (Red+Green+Blue) = 200+187+237=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBED is #374412. Grayscale: #C4C4C4. Windows color (decimal): -3621907 or 15580104. OLE color: 15580104.

HSL color Cylindrical-coordinate representation of color #C8BBED: hue angle of 255.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8BBED is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200187237-
CMYK0.160.2100.07
HSL255.6º58.14%83.14%-
HSV(B)255.6º21.1%92.94%-
XYZ56.8853.9387.53-
YUV196.59150.81130.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=32.05%
G=29.97%
B=37.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001872370.160.2100.07255.658.1483.14
HexC8BBED1015071003a53
Octal31027335520250740072123
Binary110010001011101111101101100001010101111000000001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBED; }

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

 H1.HeaderClassName
 {
   color: #C8BBED;
 }
 .AnyTagClassName
 {
   color: #C8BBED;
 }
</style>
background-color css

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

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

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

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

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

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