#C8BEDD

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

Shades of Melrose #C8BEDD

Tints of Melrose #C8BEDD

Color information

#C8BEDD (or 0xC8BEDD) is unknown color: approx Melrose. HEX triplet: C8, BE and DD. RGB value is (200,190,221). Sum of RGB (Red+Green+Blue) = 200+190+221=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEDD is #374122. Grayscale: #C4C4C4. Windows color (decimal): -3621155 or 14532296. OLE color: 14532296.

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

Color convert

RGB200190221-
CMYK0.100.1400.13
HSL259.35º31.31%80.59%-
HSV(B)259.35º14.03%86.67%-
XYZ55.2854.3375.98-
YUV196.52141.81130.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.73%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=32.73%
G=31.10%
B=36.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001902210.100.1400.13259.3531.3180.59
HexC8BEDDAE0D1031f51
Octal310276335121601540337121
Binary1100100010111110110111011010111001101100000011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEDD; }

 p { color: rgb(200,190,221); }

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

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

 a { background-color: rgb(200,190,221); }

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

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

 span { border-color: rgb(200,190,221); }

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