Shades of Prelude #CBB6D1
Tints of Prelude #CBB6D1
RGB
CMYK
RGB Variations
Color information
#CBB6D1 (or 0xCBB6D1) is known color: Prelude. HEX triplet: CB, B6 and D1. RGB value is (203,182,209). Sum of RGB (Red+Green+Blue) = 203+182+209=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6D1 is #34492E. Grayscale: #BFBFBF. Windows color (decimal): -3426607 or 13743819. OLE color: 13743819.
HSL color Cylindrical-coordinate representation of color #CBB6D1: hue angle of 286.67º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB6D1 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 182 | 209 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.18 |
| HSL | 286.67º | 0.23% | 0.77% | - |
| HSV(B) | 286.67º | 0.13% | 0.82% | - |
| XYZ | 52.87 | 50.76 | 67.33 | - |
| YUV | 191.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 209 | 0.03 | 0.13 | 0 | 0.18 | 286.67 | 0.23 | 0.77 |
| Hex | CB | B6 | D1 | 3 | D | 0 | 12 | 11F | 17 | 4D |
| Octal | 313 | 266 | 321 | 3 | 15 | 0 | 22 | 437 | 27 | 115 |
| Binary | 11001011 | 10110110 | 11010001 | 11 | 1101 | 0 | 10010 | 100011111 | 10111 | 1001101 |
Color Harmonies of #CBB6D1
Complementary color
Monochromatic Colors of #CBB6D1
Black with #CBB6D1
Text Example
Text Example
White with #CBB6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6D1; }
p { color: rgb(203,182,209); }
H1.HeaderClassName
{
color: #CBB6D1;
}
.AnyTagClassName
{
color: #CBB6D1;
}
</style>
background-color css
<style>
a { background-color: #CBB6D1; }
a { background-color: rgb(203,182,209); }
div.DivClassName
{
background-color: #CBB6D1;
}
.BgClassName
{
background-color: #CBB6D1;
}
</style>
border-color css
<style>
span { border-color: #CBB6D1; }
span { border-color: rgb(203,182,209); }
td.TdClassName
{
border-color: #CBB6D1;
}
.TagClassName
{
border-color: #CBB6D1;
}
</style>