Shades of Melrose #CBC8DB
Tints of Melrose #CBC8DB
RGB
CMYK
RGB Variations
Color information
#CBC8DB (or 0xCBC8DB) is known color: Melrose. HEX triplet: CB, C8 and DB. RGB value is (203,200,219). Sum of RGB (Red+Green+Blue) = 203+200+219=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8DB is #343724. Grayscale: #CACACA. Windows color (decimal): -3421989 or 14403787. OLE color: 14403787.
HSL color Cylindrical-coordinate representation of color #CBC8DB: hue angle of 249.47º degrees, saturation: 0.21, 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 #CBC8DB is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 200 | 219 | - |
CMYK | 0.07 | 0.09 | 0 | 0.14 |
HSL | 249.47º | 0.21% | 0.82% | - |
HSV(B) | 249.47º | 0.09% | 0.86% | - |
XYZ | 58.07 | 59.12 | 75.37 | - |
YUV | 203.06 | 136.99 | 127.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 200 | 219 | 0.07 | 0.09 | 0 | 0.14 | 249.47 | 0.21 | 0.82 |
Hex | CB | C8 | DB | 7 | 9 | 0 | E | F9 | 15 | 52 |
Octal | 313 | 310 | 333 | 7 | 11 | 0 | 16 | 371 | 25 | 122 |
Binary | 11001011 | 11001000 | 11011011 | 111 | 1001 | 0 | 1110 | 11111001 | 10101 | 1010010 |
Color Harmonies of #CBC8DB
Complementary color
Monochromatic Colors of #CBC8DB
Black with #CBC8DB
Text Example
Text Example
White with #CBC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8DB; }
p { color: rgb(203,200,219); }
H1.HeaderClassName
{
color: #CBC8DB;
}
.AnyTagClassName
{
color: #CBC8DB;
}
</style>
background-color css
<style>
a { background-color: #CBC8DB; }
a { background-color: rgb(203,200,219); }
div.DivClassName
{
background-color: #CBC8DB;
}
.BgClassName
{
background-color: #CBC8DB;
}
</style>
border-color css
<style>
span { border-color: #CBC8DB; }
span { border-color: rgb(203,200,219); }
td.TdClassName
{
border-color: #CBC8DB;
}
.TagClassName
{
border-color: #CBC8DB;
}
</style>