Shades of Prelude #CBB4D9
Tints of Prelude #CBB4D9
RGB
CMYK
RGB Variations
Color information
#CBB4D9 (or 0xCBB4D9) is known color: Prelude. HEX triplet: CB, B4 and D9. RGB value is (203,180,217). Sum of RGB (Red+Green+Blue) = 203+180+217=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBB4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4D9 is #344B26. Grayscale: #BEBEBE. Windows color (decimal): -3427111 or 14267595. OLE color: 14267595.
HSL color Cylindrical-coordinate representation of color #CBB4D9: hue angle of 277.3º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB4D9 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 180 | 217 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.15 |
| HSL | 277.3º | 0.33% | 0.78% | - |
| HSV(B) | 277.3º | 0.17% | 0.85% | - |
| XYZ | 53.47 | 50.35 | 72.55 | - |
| YUV | 191.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 217 | 0.06 | 0.17 | 0 | 0.15 | 277.3 | 0.33 | 0.78 |
| Hex | CB | B4 | D9 | 6 | 11 | 0 | F | 115 | 21 | 4E |
| Octal | 313 | 264 | 331 | 6 | 21 | 0 | 17 | 425 | 41 | 116 |
| Binary | 11001011 | 10110100 | 11011001 | 110 | 10001 | 0 | 1111 | 100010101 | 100001 | 1001110 |
Color Harmonies of #CBB4D9
Complementary color
Monochromatic Colors of #CBB4D9
Black with #CBB4D9
Text Example
Text Example
White with #CBB4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4D9; }
p { color: rgb(203,180,217); }
H1.HeaderClassName
{
color: #CBB4D9;
}
.AnyTagClassName
{
color: #CBB4D9;
}
</style>
background-color css
<style>
a { background-color: #CBB4D9; }
a { background-color: rgb(203,180,217); }
div.DivClassName
{
background-color: #CBB4D9;
}
.BgClassName
{
background-color: #CBB4D9;
}
</style>
border-color css
<style>
span { border-color: #CBB4D9; }
span { border-color: rgb(203,180,217); }
td.TdClassName
{
border-color: #CBB4D9;
}
.TagClassName
{
border-color: #CBB4D9;
}
</style>