#CBC6D8

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

Shades of Melrose #CBC6D8

Tints of Melrose #CBC6D8

Color information

#CBC6D8 (or 0xCBC6D8) is unknown color: approx Melrose. HEX triplet: CB, C6 and D8. RGB value is (203,198,216). Sum of RGB (Red+Green+Blue) = 203+198+216=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBC6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6D8 is #343927. Grayscale: #C9C9C9. Windows color (decimal): -3422504 or 14206667. OLE color: 14206667.

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

Color convert

RGB203198216-
CMYK0.060.0800.15
HSL256.67º18.75%81.18%-
HSV(B)256.67º8.33%84.71%-
XYZ57.2258.0473.15-
YUV201.55136.16129.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 198 (77.73% from 255) = 32.09%
BLUE value IS 216 (84.77% from 255) = 35.01%
R=32.90%
G=32.09%
B=35.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031982160.060.0800.15256.6718.7581.18
HexCBC6D8680F1011351
Octal31330633061001740123121
Binary110010111100011011011000110100001111100000001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6D8; }

 p { color: rgb(203,198,216); }

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

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

 a { background-color: rgb(203,198,216); }

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

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

 span { border-color: rgb(203,198,216); }

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