Shades of Melrose #CBBFDD
Tints of Melrose #CBBFDD
RGB
CMYK
RGB Variations
Color information
#CBBFDD (or 0xCBBFDD) is known color: Melrose. HEX triplet: CB, BF and DD. RGB value is (203,191,221). Sum of RGB (Red+Green+Blue) = 203+191+221=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFDD is #344022. Grayscale: #C5C5C5. Windows color (decimal): -3424291 or 14532555. OLE color: 14532555.
HSL color Cylindrical-coordinate representation of color #CBBFDD: hue angle of 264º degrees, saturation: 0.31, 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 #CBBFDD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 191 | 221 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.13 |
| HSL | 264º | 0.31% | 0.81% | - |
| HSV(B) | 264º | 0.14% | 0.87% | - |
| XYZ | 56.31 | 55.18 | 76.09 | - |
| YUV | 198.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 221 | 0.08 | 0.14 | 0 | 0.13 | 264 | 0.31 | 0.81 |
| Hex | CB | BF | DD | 8 | E | 0 | D | 108 | 1F | 51 |
| Octal | 313 | 277 | 335 | 10 | 16 | 0 | 15 | 410 | 37 | 121 |
| Binary | 11001011 | 10111111 | 11011101 | 1000 | 1110 | 0 | 1101 | 100001000 | 11111 | 1010001 |
Color Harmonies of #CBBFDD
Complementary color
Monochromatic Colors of #CBBFDD
Black with #CBBFDD
Text Example
Text Example
White with #CBBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFDD; }
p { color: rgb(203,191,221); }
H1.HeaderClassName
{
color: #CBBFDD;
}
.AnyTagClassName
{
color: #CBBFDD;
}
</style>
background-color css
<style>
a { background-color: #CBBFDD; }
a { background-color: rgb(203,191,221); }
div.DivClassName
{
background-color: #CBBFDD;
}
.BgClassName
{
background-color: #CBBFDD;
}
</style>
border-color css
<style>
span { border-color: #CBBFDD; }
span { border-color: rgb(203,191,221); }
td.TdClassName
{
border-color: #CBBFDD;
}
.TagClassName
{
border-color: #CBBFDD;
}
</style>