Shades of Melrose #CBBFDF
Tints of Melrose #CBBFDF
RGB
CMYK
RGB Variations
Color information
#CBBFDF (or 0xCBBFDF) is known color: Melrose. HEX triplet: CB, BF and DF. RGB value is (203,191,223). Sum of RGB (Red+Green+Blue) = 203+191+223=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFDF is #344020. Grayscale: #C6C6C6. Windows color (decimal): -3424289 or 14663627. OLE color: 14663627.
HSL color Cylindrical-coordinate representation of color #CBBFDF: hue angle of 262.5º degrees, saturation: 0.33, 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 #CBBFDF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 191 | 223 | - |
CMYK | 0.09 | 0.14 | 0 | 0.13 |
HSL | 262.5º | 0.33% | 0.81% | - |
HSV(B) | 262.5º | 0.14% | 0.87% | - |
XYZ | 56.58 | 55.29 | 77.5 | - |
YUV | 198.24 | 141.98 | 131.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 191 | 223 | 0.09 | 0.14 | 0 | 0.13 | 262.5 | 0.33 | 0.81 |
Hex | CB | BF | DF | 9 | E | 0 | D | 106 | 21 | 51 |
Octal | 313 | 277 | 337 | 11 | 16 | 0 | 15 | 406 | 41 | 121 |
Binary | 11001011 | 10111111 | 11011111 | 1001 | 1110 | 0 | 1101 | 100000110 | 100001 | 1010001 |
Color Harmonies of #CBBFDF
Complementary color
Monochromatic Colors of #CBBFDF
Black with #CBBFDF
Text Example
Text Example
White with #CBBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFDF; }
p { color: rgb(203,191,223); }
H1.HeaderClassName
{
color: #CBBFDF;
}
.AnyTagClassName
{
color: #CBBFDF;
}
</style>
background-color css
<style>
a { background-color: #CBBFDF; }
a { background-color: rgb(203,191,223); }
div.DivClassName
{
background-color: #CBBFDF;
}
.BgClassName
{
background-color: #CBBFDF;
}
</style>
border-color css
<style>
span { border-color: #CBBFDF; }
span { border-color: rgb(203,191,223); }
td.TdClassName
{
border-color: #CBBFDF;
}
.TagClassName
{
border-color: #CBBFDF;
}
</style>