Shades of Prelude #CBB8D5
Tints of Prelude #CBB8D5
RGB
CMYK
RGB Variations
Color information
#CBB8D5 (or 0xCBB8D5) is known color: Prelude. HEX triplet: CB, B8 and D5. RGB value is (203,184,213). Sum of RGB (Red+Green+Blue) = 203+184+213=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBB8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8D5 is #34472A. Grayscale: #C0C0C0. Windows color (decimal): -3426091 or 14006475. OLE color: 14006475.
HSL color Cylindrical-coordinate representation of color #CBB8D5: hue angle of 279.31º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBB8D5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 184 | 213 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.16 |
| HSL | 279.31º | 0.26% | 0.78% | - |
| HSV(B) | 279.31º | 0.14% | 0.84% | - |
| XYZ | 53.78 | 51.78 | 70.11 | - |
| YUV | 192.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 213 | 0.05 | 0.14 | 0 | 0.16 | 279.31 | 0.26 | 0.78 |
| Hex | CB | B8 | D5 | 5 | E | 0 | 10 | 117 | 1A | 4E |
| Octal | 313 | 270 | 325 | 5 | 16 | 0 | 20 | 427 | 32 | 116 |
| Binary | 11001011 | 10111000 | 11010101 | 101 | 1110 | 0 | 10000 | 100010111 | 11010 | 1001110 |
Color Harmonies of #CBB8D5
Complementary color
Monochromatic Colors of #CBB8D5
Black with #CBB8D5
Text Example
Text Example
White with #CBB8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8D5; }
p { color: rgb(203,184,213); }
H1.HeaderClassName
{
color: #CBB8D5;
}
.AnyTagClassName
{
color: #CBB8D5;
}
</style>
background-color css
<style>
a { background-color: #CBB8D5; }
a { background-color: rgb(203,184,213); }
div.DivClassName
{
background-color: #CBB8D5;
}
.BgClassName
{
background-color: #CBB8D5;
}
</style>
border-color css
<style>
span { border-color: #CBB8D5; }
span { border-color: rgb(203,184,213); }
td.TdClassName
{
border-color: #CBB8D5;
}
.TagClassName
{
border-color: #CBB8D5;
}
</style>