#CBC5D5

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

Shades of Melrose #CBC5D5

Tints of Melrose #CBC5D5

Color information

#CBC5D5 (or 0xCBC5D5) is unknown color: approx Melrose. HEX triplet: CB, C5 and D5. RGB value is (203,197,213). Sum of RGB (Red+Green+Blue) = 203+197+213=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5D5 is #343A2A. Grayscale: #C8C8C8. Windows color (decimal): -3422763 or 14009803. OLE color: 14009803.

HSL color Cylindrical-coordinate representation of color #CBC5D5: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBC5D5 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203197213-
CMYK0.050.0800.16
HSL262.5º16%80.39%-
HSV(B)262.5º7.51%83.53%-
XYZ56.6157.4371.05-
YUV200.62134.99129.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 197 (77.34% from 255) = 32.14%
BLUE value IS 213 (83.59% from 255) = 34.75%
R=33.12%
G=32.14%
B=34.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031972130.050.0800.16262.51680.39
HexCBC5D5580101061050
Octal31330532551002040620120
Binary1100101111000101110101011011000010000100000110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5D5; }

 p { color: rgb(203,197,213); }

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

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

 a { background-color: rgb(203,197,213); }

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

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

 span { border-color: rgb(203,197,213); }

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