Shades of Prelude #CBB4D0
Tints of Prelude #CBB4D0
RGB
CMYK
RGB Variations
Color information
#CBB4D0 (or 0xCBB4D0) is known color: Prelude. HEX triplet: CB, B4 and D0. RGB value is (203,180,208). Sum of RGB (Red+Green+Blue) = 203+180+208=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBB4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4D0 is #344B2F. Grayscale: #BDBDBD. Windows color (decimal): -3427120 or 13677771. OLE color: 13677771.
HSL color Cylindrical-coordinate representation of color #CBB4D0: hue angle of 289.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB4D0 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 180 | 208 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.18 |
| HSL | 289.29º | 0.23% | 0.76% | - |
| HSV(B) | 289.29º | 0.13% | 0.82% | - |
| XYZ | 52.34 | 49.89 | 66.55 | - |
| YUV | 190.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 208 | 0.02 | 0.13 | 0 | 0.18 | 289.29 | 0.23 | 0.76 |
| Hex | CB | B4 | D0 | 2 | D | 0 | 12 | 121 | 17 | 4C |
| Octal | 313 | 264 | 320 | 2 | 15 | 0 | 22 | 441 | 27 | 114 |
| Binary | 11001011 | 10110100 | 11010000 | 10 | 1101 | 0 | 10010 | 100100001 | 10111 | 1001100 |
Color Harmonies of #CBB4D0
Complementary color
Monochromatic Colors of #CBB4D0
Black with #CBB4D0
Text Example
Text Example
White with #CBB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4D0; }
p { color: rgb(203,180,208); }
H1.HeaderClassName
{
color: #CBB4D0;
}
.AnyTagClassName
{
color: #CBB4D0;
}
</style>
background-color css
<style>
a { background-color: #CBB4D0; }
a { background-color: rgb(203,180,208); }
div.DivClassName
{
background-color: #CBB4D0;
}
.BgClassName
{
background-color: #CBB4D0;
}
</style>
border-color css
<style>
span { border-color: #CBB4D0; }
span { border-color: rgb(203,180,208); }
td.TdClassName
{
border-color: #CBB4D0;
}
.TagClassName
{
border-color: #CBB4D0;
}
</style>