#C8BBDF

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

Shades of Melrose #C8BBDF

Tints of Melrose #C8BBDF

Color information

#C8BBDF (or 0xC8BBDF) is unknown color: approx Melrose. HEX triplet: C8, BB and DF. RGB value is (200,187,223). Sum of RGB (Red+Green+Blue) = 200+187+223=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBDF is #374420. Grayscale: #C2C2C2. Windows color (decimal): -3621921 or 14662600. OLE color: 14662600.

HSL color Cylindrical-coordinate representation of color #C8BBDF: hue angle of 261.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8BBDF is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200187223-
CMYK0.100.1600.13
HSL261.67º36%80.39%-
HSV(B)261.67º16.14%87.45%-
XYZ54.9153.1577.18-
YUV194.99143.81131.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.79%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=32.79%
G=30.66%
B=36.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001872230.100.1600.13261.673680.39
HexC8BBDFA100D1062450
Octal310273337122001540644120
Binary110010001011101111011111101010000011011000001101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBDF; }

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

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

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

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

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

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

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

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