Shades of Prelude #CBBDCF
Tints of Prelude #CBBDCF
RGB
CMYK
RGB Variations
Color information
#CBBDCF (or 0xCBBDCF) is known color: Prelude. HEX triplet: CB, BD and CF. RGB value is (203,189,207). Sum of RGB (Red+Green+Blue) = 203+189+207=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDCF is #344230. Grayscale: #C3C3C3. Windows color (decimal): -3424817 or 13614539. OLE color: 13614539.
HSL color Cylindrical-coordinate representation of color #CBBDCF: hue angle of 286.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBBDCF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 189 | 207 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.19 |
| HSL | 286.67º | 0.16% | 0.78% | - |
| HSV(B) | 286.67º | 0.09% | 0.81% | - |
| XYZ | 54.09 | 53.6 | 66.53 | - |
| YUV | 195.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 207 | 0.02 | 0.09 | 0 | 0.19 | 286.67 | 0.16 | 0.78 |
| Hex | CB | BD | CF | 2 | 9 | 0 | 13 | 11F | 10 | 4E |
| Octal | 313 | 275 | 317 | 2 | 11 | 0 | 23 | 437 | 20 | 116 |
| Binary | 11001011 | 10111101 | 11001111 | 10 | 1001 | 0 | 10011 | 100011111 | 10000 | 1001110 |
Color Harmonies of #CBBDCF
Complementary color
Monochromatic Colors of #CBBDCF
Black with #CBBDCF
Text Example
Text Example
White with #CBBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDCF; }
p { color: rgb(203,189,207); }
H1.HeaderClassName
{
color: #CBBDCF;
}
.AnyTagClassName
{
color: #CBBDCF;
}
</style>
background-color css
<style>
a { background-color: #CBBDCF; }
a { background-color: rgb(203,189,207); }
div.DivClassName
{
background-color: #CBBDCF;
}
.BgClassName
{
background-color: #CBBDCF;
}
</style>
border-color css
<style>
span { border-color: #CBBDCF; }
span { border-color: rgb(203,189,207); }
td.TdClassName
{
border-color: #CBBDCF;
}
.TagClassName
{
border-color: #CBBDCF;
}
</style>