Shades of Prelude #CBBECF
Tints of Prelude #CBBECF
RGB
CMYK
RGB Variations
Color information
#CBBECF (or 0xCBBECF) is known color: Prelude. HEX triplet: CB, BE and CF. RGB value is (203,190,207). Sum of RGB (Red+Green+Blue) = 203+190+207=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBECF is #344130. Grayscale: #C3C3C3. Windows color (decimal): -3424561 or 13614795. OLE color: 13614795.
HSL color Cylindrical-coordinate representation of color #CBBECF: hue angle of 285.88º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBECF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 190 | 207 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.19 |
| HSL | 285.88º | 0.15% | 0.78% | - |
| HSV(B) | 285.88º | 0.08% | 0.81% | - |
| XYZ | 54.3 | 54.03 | 66.6 | - |
| YUV | 195.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 207 | 0.02 | 0.08 | 0 | 0.19 | 285.88 | 0.15 | 0.78 |
| Hex | CB | BE | CF | 2 | 8 | 0 | 13 | 11E | F | 4E |
| Octal | 313 | 276 | 317 | 2 | 10 | 0 | 23 | 436 | 17 | 116 |
| Binary | 11001011 | 10111110 | 11001111 | 10 | 1000 | 0 | 10011 | 100011110 | 1111 | 1001110 |
Color Harmonies of #CBBECF
Complementary color
Monochromatic Colors of #CBBECF
Black with #CBBECF
Text Example
Text Example
White with #CBBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBECF; }
p { color: rgb(203,190,207); }
H1.HeaderClassName
{
color: #CBBECF;
}
.AnyTagClassName
{
color: #CBBECF;
}
</style>
background-color css
<style>
a { background-color: #CBBECF; }
a { background-color: rgb(203,190,207); }
div.DivClassName
{
background-color: #CBBECF;
}
.BgClassName
{
background-color: #CBBECF;
}
</style>
border-color css
<style>
span { border-color: #CBBECF; }
span { border-color: rgb(203,190,207); }
td.TdClassName
{
border-color: #CBBECF;
}
.TagClassName
{
border-color: #CBBECF;
}
</style>