Shades of Melrose #CBBFDC
Tints of Melrose #CBBFDC
RGB
CMYK
RGB Variations
Color information
#CBBFDC (or 0xCBBFDC) is known color: Melrose. HEX triplet: CB, BF and DC. RGB value is (203,191,220). Sum of RGB (Red+Green+Blue) = 203+191+220=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFDC is #344023. Grayscale: #C5C5C5. Windows color (decimal): -3424292 or 14467019. OLE color: 14467019.
HSL color Cylindrical-coordinate representation of color #CBBFDC: hue angle of 264.83º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBBFDC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 191 | 220 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.14 |
| HSL | 264.83º | 0.29% | 0.81% | - |
| HSV(B) | 264.83º | 0.13% | 0.86% | - |
| XYZ | 56.18 | 55.13 | 75.39 | - |
| YUV | 197.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 220 | 0.08 | 0.13 | 0 | 0.14 | 264.83 | 0.29 | 0.81 |
| Hex | CB | BF | DC | 8 | D | 0 | E | 109 | 1D | 51 |
| Octal | 313 | 277 | 334 | 10 | 15 | 0 | 16 | 411 | 35 | 121 |
| Binary | 11001011 | 10111111 | 11011100 | 1000 | 1101 | 0 | 1110 | 100001001 | 11101 | 1010001 |
Color Harmonies of #CBBFDC
Complementary color
Monochromatic Colors of #CBBFDC
Black with #CBBFDC
Text Example
Text Example
White with #CBBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFDC; }
p { color: rgb(203,191,220); }
H1.HeaderClassName
{
color: #CBBFDC;
}
.AnyTagClassName
{
color: #CBBFDC;
}
</style>
background-color css
<style>
a { background-color: #CBBFDC; }
a { background-color: rgb(203,191,220); }
div.DivClassName
{
background-color: #CBBFDC;
}
.BgClassName
{
background-color: #CBBFDC;
}
</style>
border-color css
<style>
span { border-color: #CBBFDC; }
span { border-color: rgb(203,191,220); }
td.TdClassName
{
border-color: #CBBFDC;
}
.TagClassName
{
border-color: #CBBFDC;
}
</style>