Shades of Prelude #CBB9DC
Tints of Prelude #CBB9DC
RGB
CMYK
RGB Variations
Color information
#CBB9DC (or 0xCBB9DC) is known color: Prelude. HEX triplet: CB, B9 and DC. RGB value is (203,185,220). Sum of RGB (Red+Green+Blue) = 203+185+220=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9DC is #344623. Grayscale: #C2C2C2. Windows color (decimal): -3425828 or 14465483. OLE color: 14465483.
HSL color Cylindrical-coordinate representation of color #CBB9DC: hue angle of 270.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB9DC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 185 | 220 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.14 |
| HSL | 270.86º | 0.33% | 0.79% | - |
| HSV(B) | 270.86º | 0.16% | 0.86% | - |
| XYZ | 54.9 | 52.56 | 74.96 | - |
| YUV | 194.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 220 | 0.08 | 0.16 | 0 | 0.14 | 270.86 | 0.33 | 0.79 |
| Hex | CB | B9 | DC | 8 | 10 | 0 | E | 10F | 21 | 4F |
| Octal | 313 | 271 | 334 | 10 | 20 | 0 | 16 | 417 | 41 | 117 |
| Binary | 11001011 | 10111001 | 11011100 | 1000 | 10000 | 0 | 1110 | 100001111 | 100001 | 1001111 |
Color Harmonies of #CBB9DC
Complementary color
Monochromatic Colors of #CBB9DC
Black with #CBB9DC
Text Example
Text Example
White with #CBB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9DC; }
p { color: rgb(203,185,220); }
H1.HeaderClassName
{
color: #CBB9DC;
}
.AnyTagClassName
{
color: #CBB9DC;
}
</style>
background-color css
<style>
a { background-color: #CBB9DC; }
a { background-color: rgb(203,185,220); }
div.DivClassName
{
background-color: #CBB9DC;
}
.BgClassName
{
background-color: #CBB9DC;
}
</style>
border-color css
<style>
span { border-color: #CBB9DC; }
span { border-color: rgb(203,185,220); }
td.TdClassName
{
border-color: #CBB9DC;
}
.TagClassName
{
border-color: #CBB9DC;
}
</style>