Shades of Melrose #CBBFDE
Tints of Melrose #CBBFDE
RGB
CMYK
RGB Variations
Color information
#CBBFDE (or 0xCBBFDE) is known color: Melrose. HEX triplet: CB, BF and DE. RGB value is (203,191,222). Sum of RGB (Red+Green+Blue) = 203+191+222=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFDE is #344021. Grayscale: #C6C6C6. Windows color (decimal): -3424290 or 14598091. OLE color: 14598091.
HSL color Cylindrical-coordinate representation of color #CBBFDE: hue angle of 263.23º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBBFDE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 191 | 222 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.13 |
| HSL | 263.23º | 0.32% | 0.81% | - |
| HSV(B) | 263.23º | 0.14% | 0.87% | - |
| XYZ | 56.44 | 55.23 | 76.79 | - |
| YUV | 198.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 222 | 0.09 | 0.14 | 0 | 0.13 | 263.23 | 0.32 | 0.81 |
| Hex | CB | BF | DE | 9 | E | 0 | D | 107 | 20 | 51 |
| Octal | 313 | 277 | 336 | 11 | 16 | 0 | 15 | 407 | 40 | 121 |
| Binary | 11001011 | 10111111 | 11011110 | 1001 | 1110 | 0 | 1101 | 100000111 | 100000 | 1010001 |
Color Harmonies of #CBBFDE
Complementary color
Monochromatic Colors of #CBBFDE
Black with #CBBFDE
Text Example
Text Example
White with #CBBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFDE; }
p { color: rgb(203,191,222); }
H1.HeaderClassName
{
color: #CBBFDE;
}
.AnyTagClassName
{
color: #CBBFDE;
}
</style>
background-color css
<style>
a { background-color: #CBBFDE; }
a { background-color: rgb(203,191,222); }
div.DivClassName
{
background-color: #CBBFDE;
}
.BgClassName
{
background-color: #CBBFDE;
}
</style>
border-color css
<style>
span { border-color: #CBBFDE; }
span { border-color: rgb(203,191,222); }
td.TdClassName
{
border-color: #CBBFDE;
}
.TagClassName
{
border-color: #CBBFDE;
}
</style>