Shades of Prelude #CBB7CF
Tints of Prelude #CBB7CF
RGB
CMYK
RGB Variations
Color information
#CBB7CF (or 0xCBB7CF) is known color: Prelude. HEX triplet: CB, B7 and CF. RGB value is (203,183,207). Sum of RGB (Red+Green+Blue) = 203+183+207=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBB7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7CF is #344830. Grayscale: #BFBFBF. Windows color (decimal): -3426353 or 13613003. OLE color: 13613003.
HSL color Cylindrical-coordinate representation of color #CBB7CF: hue angle of 290º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB7CF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 183 | 207 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.19 |
| HSL | 290º | 0.2% | 0.76% | - |
| HSV(B) | 290º | 0.12% | 0.81% | - |
| XYZ | 52.82 | 51.07 | 66.1 | - |
| YUV | 191.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 207 | 0.02 | 0.12 | 0 | 0.19 | 290 | 0.2 | 0.76 |
| Hex | CB | B7 | CF | 2 | C | 0 | 13 | 122 | 14 | 4C |
| Octal | 313 | 267 | 317 | 2 | 14 | 0 | 23 | 442 | 24 | 114 |
| Binary | 11001011 | 10110111 | 11001111 | 10 | 1100 | 0 | 10011 | 100100010 | 10100 | 1001100 |
Color Harmonies of #CBB7CF
Complementary color
Monochromatic Colors of #CBB7CF
Black with #CBB7CF
Text Example
Text Example
White with #CBB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7CF; }
p { color: rgb(203,183,207); }
H1.HeaderClassName
{
color: #CBB7CF;
}
.AnyTagClassName
{
color: #CBB7CF;
}
</style>
background-color css
<style>
a { background-color: #CBB7CF; }
a { background-color: rgb(203,183,207); }
div.DivClassName
{
background-color: #CBB7CF;
}
.BgClassName
{
background-color: #CBB7CF;
}
</style>
border-color css
<style>
span { border-color: #CBB7CF; }
span { border-color: rgb(203,183,207); }
td.TdClassName
{
border-color: #CBB7CF;
}
.TagClassName
{
border-color: #CBB7CF;
}
</style>