#C8BDDF

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

Shades of Melrose #C8BDDF

Tints of Melrose #C8BDDF

Color information

#C8BDDF (or 0xC8BDDF) is unknown color: approx Melrose. HEX triplet: C8, BD and DF. RGB value is (200,189,223). Sum of RGB (Red+Green+Blue) = 200+189+223=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDDF is #374220. Grayscale: #C4C4C4. Windows color (decimal): -3621409 or 14663112. OLE color: 14663112.

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

Color convert

RGB200189223-
CMYK0.100.1500.13
HSL259.41º34.69%80.78%-
HSV(B)259.41º15.25%87.45%-
XYZ55.345477.32-
YUV196.16143.14130.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.68%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 223 (87.5% from 255) = 36.44%
R=32.68%
G=30.88%
B=36.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001892230.100.1500.13259.4134.6980.78
HexC8BDDFAF0D1032351
Octal310275337121701540343121
Binary11001000101111011101111110101111011011000000111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDDF; }

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

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

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

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

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

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

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

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