#CBC5D7

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

Shades of Melrose #CBC5D7

Tints of Melrose #CBC5D7

Color information

#CBC5D7 (or 0xCBC5D7) is unknown color: approx Melrose. HEX triplet: CB, C5 and D7. RGB value is (203,197,215). Sum of RGB (Red+Green+Blue) = 203+197+215=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5D7 is #343A28. Grayscale: #C8C8C8. Windows color (decimal): -3422761 or 14140875. OLE color: 14140875.

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

Color convert

RGB203197215-
CMYK0.060.0800.16
HSL260º18.37%80.78%-
HSV(B)260º8.37%84.31%-
XYZ56.8657.5472.4-
YUV200.85135.99129.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 197 (77.34% from 255) = 32.03%
BLUE value IS 215 (84.38% from 255) = 34.96%
R=33.01%
G=32.03%
B=34.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031972150.060.0800.1626018.3780.78
HexCBC5D7680101041251
Octal31330532761002040422121
Binary1100101111000101110101111101000010000100000100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5D7; }

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

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

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

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

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

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

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

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