Shades of Melrose #CBC3DA
Tints of Melrose #CBC3DA
RGB
CMYK
RGB Variations
Color information
#CBC3DA (or 0xCBC3DA) is known color: Melrose. HEX triplet: CB, C3 and DA. RGB value is (203,195,218). Sum of RGB (Red+Green+Blue) = 203+195+218=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3DA is #343C25. Grayscale: #C7C7C7. Windows color (decimal): -3423270 or 14336971. OLE color: 14336971.
HSL color Cylindrical-coordinate representation of color #CBC3DA: hue angle of 260.87º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBC3DA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 203 | 195 | 218 | - |
CMYK | 0.07 | 0.11 | 0 | 0.15 |
HSL | 260.87º | 0.24% | 0.81% | - |
HSV(B) | 260.87º | 0.11% | 0.85% | - |
XYZ | 56.8 | 56.79 | 74.3 | - |
YUV | 200.01 | 138.15 | 130.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 195 | 218 | 0.07 | 0.11 | 0 | 0.15 | 260.87 | 0.24 | 0.81 |
Hex | CB | C3 | DA | 7 | B | 0 | F | 105 | 18 | 51 |
Octal | 313 | 303 | 332 | 7 | 13 | 0 | 17 | 405 | 30 | 121 |
Binary | 11001011 | 11000011 | 11011010 | 111 | 1011 | 0 | 1111 | 100000101 | 11000 | 1010001 |
Color Harmonies of #CBC3DA
Complementary color
Monochromatic Colors of #CBC3DA
Black with #CBC3DA
Text Example
Text Example
White with #CBC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3DA; }
p { color: rgb(203,195,218); }
H1.HeaderClassName
{
color: #CBC3DA;
}
.AnyTagClassName
{
color: #CBC3DA;
}
</style>
background-color css
<style>
a { background-color: #CBC3DA; }
a { background-color: rgb(203,195,218); }
div.DivClassName
{
background-color: #CBC3DA;
}
.BgClassName
{
background-color: #CBC3DA;
}
</style>
border-color css
<style>
span { border-color: #CBC3DA; }
span { border-color: rgb(203,195,218); }
td.TdClassName
{
border-color: #CBC3DA;
}
.TagClassName
{
border-color: #CBC3DA;
}
</style>