#CBC7DB

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

Shades of Melrose #CBC7DB

Tints of Melrose #CBC7DB

Color information

#CBC7DB (or 0xCBC7DB) is unknown color: approx Melrose. HEX triplet: CB, C7 and DB. RGB value is (203,199,219). Sum of RGB (Red+Green+Blue) = 203+199+219=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7DB is #343824. Grayscale: #CACACA. Windows color (decimal): -3422245 or 14403531. OLE color: 14403531.

HSL color Cylindrical-coordinate representation of color #CBC7DB: hue angle of 252º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC7DB is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203199219-
CMYK0.070.0900.14
HSL252º21.74%81.96%-
HSV(B)252º9.13%85.88%-
XYZ57.8458.6675.29-
YUV202.48137.33128.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 199 (78.12% from 255) = 32.05%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=32.69%
G=32.05%
B=35.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031992190.070.0900.1425221.7481.96
HexCBC7DB790Efc1652
Octal31330733371101637426122
Binary11001011110001111101101111110010111011111100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7DB; }

 p { color: rgb(203,199,219); }

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

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

 a { background-color: rgb(203,199,219); }

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

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

 span { border-color: rgb(203,199,219); }

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