Shades of Prelude #CBB9D0
Tints of Prelude #CBB9D0
RGB
CMYK
RGB Variations
Color information
#CBB9D0 (or 0xCBB9D0) is known color: Prelude. HEX triplet: CB, B9 and D0. RGB value is (203,185,208). Sum of RGB (Red+Green+Blue) = 203+185+208=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9D0 is #34462F. Grayscale: #C0C0C0. Windows color (decimal): -3425840 or 13679051. OLE color: 13679051.
HSL color Cylindrical-coordinate representation of color #CBB9D0: hue angle of 286.96º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB9D0 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 185 | 208 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.18 |
| HSL | 286.96º | 0.2% | 0.77% | - |
| HSV(B) | 286.96º | 0.11% | 0.82% | - |
| XYZ | 53.36 | 51.95 | 66.89 | - |
| YUV | 193 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 208 | 0.02 | 0.11 | 0 | 0.18 | 286.96 | 0.2 | 0.77 |
| Hex | CB | B9 | D0 | 2 | B | 0 | 12 | 11F | 14 | 4D |
| Octal | 313 | 271 | 320 | 2 | 13 | 0 | 22 | 437 | 24 | 115 |
| Binary | 11001011 | 10111001 | 11010000 | 10 | 1011 | 0 | 10010 | 100011111 | 10100 | 1001101 |
Color Harmonies of #CBB9D0
Complementary color
Monochromatic Colors of #CBB9D0
Black with #CBB9D0
Text Example
Text Example
White with #CBB9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9D0; }
p { color: rgb(203,185,208); }
H1.HeaderClassName
{
color: #CBB9D0;
}
.AnyTagClassName
{
color: #CBB9D0;
}
</style>
background-color css
<style>
a { background-color: #CBB9D0; }
a { background-color: rgb(203,185,208); }
div.DivClassName
{
background-color: #CBB9D0;
}
.BgClassName
{
background-color: #CBB9D0;
}
</style>
border-color css
<style>
span { border-color: #CBB9D0; }
span { border-color: rgb(203,185,208); }
td.TdClassName
{
border-color: #CBB9D0;
}
.TagClassName
{
border-color: #CBB9D0;
}
</style>