Shades of Prelude #CBB1CF
Tints of Prelude #CBB1CF
RGB
CMYK
RGB Variations
Color information
#CBB1CF (or 0xCBB1CF) is known color: Prelude. HEX triplet: CB, B1 and CF. RGB value is (203,177,207). Sum of RGB (Red+Green+Blue) = 203+177+207=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1CF is #344E30. Grayscale: #BCBCBC. Windows color (decimal): -3427889 or 13611467. OLE color: 13611467.
HSL color Cylindrical-coordinate representation of color #CBB1CF: hue angle of 292º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBB1CF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 177 | 207 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.19 |
| HSL | 292º | 0.24% | 0.75% | - |
| HSV(B) | 292º | 0.14% | 0.81% | - |
| XYZ | 51.61 | 48.65 | 65.7 | - |
| YUV | 188.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 207 | 0.02 | 0.14 | 0 | 0.19 | 292 | 0.24 | 0.75 |
| Hex | CB | B1 | CF | 2 | E | 0 | 13 | 124 | 18 | 4B |
| Octal | 313 | 261 | 317 | 2 | 16 | 0 | 23 | 444 | 30 | 113 |
| Binary | 11001011 | 10110001 | 11001111 | 10 | 1110 | 0 | 10011 | 100100100 | 11000 | 1001011 |
Color Harmonies of #CBB1CF
Complementary color
Monochromatic Colors of #CBB1CF
Black with #CBB1CF
Text Example
Text Example
White with #CBB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1CF; }
p { color: rgb(203,177,207); }
H1.HeaderClassName
{
color: #CBB1CF;
}
.AnyTagClassName
{
color: #CBB1CF;
}
</style>
background-color css
<style>
a { background-color: #CBB1CF; }
a { background-color: rgb(203,177,207); }
div.DivClassName
{
background-color: #CBB1CF;
}
.BgClassName
{
background-color: #CBB1CF;
}
</style>
border-color css
<style>
span { border-color: #CBB1CF; }
span { border-color: rgb(203,177,207); }
td.TdClassName
{
border-color: #CBB1CF;
}
.TagClassName
{
border-color: #CBB1CF;
}
</style>