Shades of Prelude #CBB8D0
Tints of Prelude #CBB8D0
RGB
CMYK
RGB Variations
Color information
#CBB8D0 (or 0xCBB8D0) is known color: Prelude. HEX triplet: CB, B8 and D0. RGB value is (203,184,208). Sum of RGB (Red+Green+Blue) = 203+184+208=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBB8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8D0 is #34472F. Grayscale: #C0C0C0. Windows color (decimal): -3426096 or 13678795. OLE color: 13678795.
HSL color Cylindrical-coordinate representation of color #CBB8D0: hue angle of 287.5º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB8D0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 184 | 208 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.18 |
| HSL | 287.5º | 0.2% | 0.77% | - |
| HSV(B) | 287.5º | 0.12% | 0.82% | - |
| XYZ | 53.15 | 51.53 | 66.82 | - |
| YUV | 192.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 208 | 0.02 | 0.12 | 0 | 0.18 | 287.5 | 0.2 | 0.77 |
| Hex | CB | B8 | D0 | 2 | C | 0 | 12 | 120 | 14 | 4D |
| Octal | 313 | 270 | 320 | 2 | 14 | 0 | 22 | 440 | 24 | 115 |
| Binary | 11001011 | 10111000 | 11010000 | 10 | 1100 | 0 | 10010 | 100100000 | 10100 | 1001101 |
Color Harmonies of #CBB8D0
Complementary color
Monochromatic Colors of #CBB8D0
Black with #CBB8D0
Text Example
Text Example
White with #CBB8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8D0; }
p { color: rgb(203,184,208); }
H1.HeaderClassName
{
color: #CBB8D0;
}
.AnyTagClassName
{
color: #CBB8D0;
}
</style>
background-color css
<style>
a { background-color: #CBB8D0; }
a { background-color: rgb(203,184,208); }
div.DivClassName
{
background-color: #CBB8D0;
}
.BgClassName
{
background-color: #CBB8D0;
}
</style>
border-color css
<style>
span { border-color: #CBB8D0; }
span { border-color: rgb(203,184,208); }
td.TdClassName
{
border-color: #CBB8D0;
}
.TagClassName
{
border-color: #CBB8D0;
}
</style>