Shades of Prelude #CBB6D0
Tints of Prelude #CBB6D0
RGB
CMYK
RGB Variations
Color information
#CBB6D0 (or 0xCBB6D0) is known color: Prelude. HEX triplet: CB, B6 and D0. RGB value is (203,182,208). Sum of RGB (Red+Green+Blue) = 203+182+208=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBB6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6D0 is #34492F. Grayscale: #BFBFBF. Windows color (decimal): -3426608 or 13678283. OLE color: 13678283.
HSL color Cylindrical-coordinate representation of color #CBB6D0: hue angle of 288.46º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB6D0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 182 | 208 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.18 |
| HSL | 288.46º | 0.22% | 0.76% | - |
| HSV(B) | 288.46º | 0.13% | 0.82% | - |
| XYZ | 52.74 | 50.71 | 66.68 | - |
| YUV | 191.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 208 | 0.02 | 0.12 | 0 | 0.18 | 288.46 | 0.22 | 0.76 |
| Hex | CB | B6 | D0 | 2 | C | 0 | 12 | 120 | 16 | 4C |
| Octal | 313 | 266 | 320 | 2 | 14 | 0 | 22 | 440 | 26 | 114 |
| Binary | 11001011 | 10110110 | 11010000 | 10 | 1100 | 0 | 10010 | 100100000 | 10110 | 1001100 |
Color Harmonies of #CBB6D0
Complementary color
Monochromatic Colors of #CBB6D0
Black with #CBB6D0
Text Example
Text Example
White with #CBB6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6D0; }
p { color: rgb(203,182,208); }
H1.HeaderClassName
{
color: #CBB6D0;
}
.AnyTagClassName
{
color: #CBB6D0;
}
</style>
background-color css
<style>
a { background-color: #CBB6D0; }
a { background-color: rgb(203,182,208); }
div.DivClassName
{
background-color: #CBB6D0;
}
.BgClassName
{
background-color: #CBB6D0;
}
</style>
border-color css
<style>
span { border-color: #CBB6D0; }
span { border-color: rgb(203,182,208); }
td.TdClassName
{
border-color: #CBB6D0;
}
.TagClassName
{
border-color: #CBB6D0;
}
</style>