Shades of Prelude #CBBFCF
Tints of Prelude #CBBFCF
RGB
CMYK
RGB Variations
Color information
#CBBFCF (or 0xCBBFCF) is known color: Prelude. HEX triplet: CB, BF and CF. RGB value is (203,191,207). Sum of RGB (Red+Green+Blue) = 203+191+207=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBBFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFCF is #344030. Grayscale: #C4C4C4. Windows color (decimal): -3424305 or 13615051. OLE color: 13615051.
HSL color Cylindrical-coordinate representation of color #CBBFCF: hue angle of 285º degrees, saturation: 0.14, 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 #CBBFCF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 191 | 207 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.19 |
| HSL | 285º | 0.14% | 0.78% | - |
| HSV(B) | 285º | 0.08% | 0.81% | - |
| XYZ | 54.52 | 54.46 | 66.67 | - |
| YUV | 196.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 207 | 0.02 | 0.08 | 0 | 0.19 | 285 | 0.14 | 0.78 |
| Hex | CB | BF | CF | 2 | 8 | 0 | 13 | 11D | E | 4E |
| Octal | 313 | 277 | 317 | 2 | 10 | 0 | 23 | 435 | 16 | 116 |
| Binary | 11001011 | 10111111 | 11001111 | 10 | 1000 | 0 | 10011 | 100011101 | 1110 | 1001110 |
Color Harmonies of #CBBFCF
Complementary color
Monochromatic Colors of #CBBFCF
Black with #CBBFCF
Text Example
Text Example
White with #CBBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFCF; }
p { color: rgb(203,191,207); }
H1.HeaderClassName
{
color: #CBBFCF;
}
.AnyTagClassName
{
color: #CBBFCF;
}
</style>
background-color css
<style>
a { background-color: #CBBFCF; }
a { background-color: rgb(203,191,207); }
div.DivClassName
{
background-color: #CBBFCF;
}
.BgClassName
{
background-color: #CBBFCF;
}
</style>
border-color css
<style>
span { border-color: #CBBFCF; }
span { border-color: rgb(203,191,207); }
td.TdClassName
{
border-color: #CBBFCF;
}
.TagClassName
{
border-color: #CBBFCF;
}
</style>