Shades of Melrose #CBBEDF
Tints of Melrose #CBBEDF
RGB
CMYK
RGB Variations
Color information
#CBBEDF (or 0xCBBEDF) is known color: Melrose. HEX triplet: CB, BE and DF. RGB value is (203,190,223). Sum of RGB (Red+Green+Blue) = 203+190+223=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEDF is #344120. Grayscale: #C5C5C5. Windows color (decimal): -3424545 or 14663371. OLE color: 14663371.
HSL color Cylindrical-coordinate representation of color #CBBEDF: hue angle of 263.64º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBEDF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 190 | 223 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.13 |
| HSL | 263.64º | 0.34% | 0.81% | - |
| HSV(B) | 263.64º | 0.15% | 0.87% | - |
| XYZ | 56.36 | 54.85 | 77.43 | - |
| YUV | 197.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 223 | 0.09 | 0.15 | 0 | 0.13 | 263.64 | 0.34 | 0.81 |
| Hex | CB | BE | DF | 9 | F | 0 | D | 108 | 22 | 51 |
| Octal | 313 | 276 | 337 | 11 | 17 | 0 | 15 | 410 | 42 | 121 |
| Binary | 11001011 | 10111110 | 11011111 | 1001 | 1111 | 0 | 1101 | 100001000 | 100010 | 1010001 |
Color Harmonies of #CBBEDF
Complementary color
Monochromatic Colors of #CBBEDF
Black with #CBBEDF
Text Example
Text Example
White with #CBBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEDF; }
p { color: rgb(203,190,223); }
H1.HeaderClassName
{
color: #CBBEDF;
}
.AnyTagClassName
{
color: #CBBEDF;
}
</style>
background-color css
<style>
a { background-color: #CBBEDF; }
a { background-color: rgb(203,190,223); }
div.DivClassName
{
background-color: #CBBEDF;
}
.BgClassName
{
background-color: #CBBEDF;
}
</style>
border-color css
<style>
span { border-color: #CBBEDF; }
span { border-color: rgb(203,190,223); }
td.TdClassName
{
border-color: #CBBEDF;
}
.TagClassName
{
border-color: #CBBEDF;
}
</style>