#C8BDE9

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

Shades of Melrose #C8BDE9

Tints of Melrose #C8BDE9

Color information

#C8BDE9 (or 0xC8BDE9) is unknown color: approx Melrose. HEX triplet: C8, BD and E9. RGB value is (200,189,233). Sum of RGB (Red+Green+Blue) = 200+189+233=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8BDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDE9 is #374216. Grayscale: #C5C5C5. Windows color (decimal): -3621399 or 15318472. OLE color: 15318472.

HSL color Cylindrical-coordinate representation of color #C8BDE9: hue angle of 255º degrees, saturation: 0.5, 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 #C8BDE9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200189233-
CMYK0.140.1900.09
HSL255º50%82.75%-
HSV(B)255º18.88%91.37%-
XYZ56.7254.5684.63-
YUV197.3148.14129.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.15%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=32.15%
G=30.39%
B=37.46%

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
Decimal2001892330.140.1900.092555082.75
HexC8BDE9E1309ff3253
Octal310275351162301137762123
Binary11001000101111011110100111101001101001111111111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDE9; }

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

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

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

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

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

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

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

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