#C8BDDE

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

Shades of Melrose #C8BDDE

Tints of Melrose #C8BDDE

Color information

#C8BDDE (or 0xC8BDDE) is unknown color: approx Melrose. HEX triplet: C8, BD and DE. RGB value is (200,189,222). Sum of RGB (Red+Green+Blue) = 200+189+222=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDDE is #374221. Grayscale: #C3C3C3. Windows color (decimal): -3621410 or 14597576. OLE color: 14597576.

HSL color Cylindrical-coordinate representation of color #C8BDDE: hue angle of 260º degrees, saturation: 0.33, 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 #C8BDDE is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200189222-
CMYK0.100.1500.13
HSL260º33.33%80.59%-
HSV(B)260º14.86%87.06%-
XYZ55.253.9576.61-
YUV196.05142.64130.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.73%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=32.73%
G=30.93%
B=36.33%

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
Decimal2001892220.100.1500.1326033.3380.59
HexC8BDDEAF0D1042151
Octal310275336121701540441121
Binary11001000101111011101111010101111011011000001001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDDE; }

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

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

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

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

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

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

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

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