#C8BDE8

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

Shades of Melrose #C8BDE8

Tints of Melrose #C8BDE8

Color information

#C8BDE8 (or 0xC8BDE8) is unknown color: approx Melrose. HEX triplet: C8, BD and E8. RGB value is (200,189,232). Sum of RGB (Red+Green+Blue) = 200+189+232=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8BDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDE8 is #374217. Grayscale: #C5C5C5. Windows color (decimal): -3621400 or 15252936. OLE color: 15252936.

HSL color Cylindrical-coordinate representation of color #C8BDE8: hue angle of 255.35º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8BDE8 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200189232-
CMYK0.140.1900.09
HSL255.35º48.31%82.55%-
HSV(B)255.35º18.53%90.98%-
XYZ56.5854.583.88-
YUV197.19147.64130-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 232 (91.02% from 255) = 37.36%
R=32.21%
G=30.43%
B=37.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2001892320.140.1900.09255.3548.3182.55
HexC8BDE8E1309ff3053
Octal310275350162301137760123
Binary11001000101111011110100011101001101001111111111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDE8; }

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

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

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

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

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

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

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

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