Shades of Prelude #CBB6DC
Tints of Prelude #CBB6DC
RGB
CMYK
RGB Variations
Color information
#CBB6DC (or 0xCBB6DC) is known color: Prelude. HEX triplet: CB, B6 and DC. RGB value is (203,182,220). Sum of RGB (Red+Green+Blue) = 203+182+220=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBB6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6DC is #344923. Grayscale: #C0C0C0. Windows color (decimal): -3426596 or 14464715. OLE color: 14464715.
HSL color Cylindrical-coordinate representation of color #CBB6DC: hue angle of 273.16º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB6DC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 182 | 220 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.14 |
| HSL | 273.16º | 0.35% | 0.79% | - |
| HSV(B) | 273.16º | 0.17% | 0.86% | - |
| XYZ | 54.27 | 51.32 | 74.76 | - |
| YUV | 192.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 220 | 0.08 | 0.17 | 0 | 0.14 | 273.16 | 0.35 | 0.79 |
| Hex | CB | B6 | DC | 8 | 11 | 0 | E | 111 | 23 | 4F |
| Octal | 313 | 266 | 334 | 10 | 21 | 0 | 16 | 421 | 43 | 117 |
| Binary | 11001011 | 10110110 | 11011100 | 1000 | 10001 | 0 | 1110 | 100010001 | 100011 | 1001111 |
Color Harmonies of #CBB6DC
Complementary color
Monochromatic Colors of #CBB6DC
Black with #CBB6DC
Text Example
Text Example
White with #CBB6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6DC; }
p { color: rgb(203,182,220); }
H1.HeaderClassName
{
color: #CBB6DC;
}
.AnyTagClassName
{
color: #CBB6DC;
}
</style>
background-color css
<style>
a { background-color: #CBB6DC; }
a { background-color: rgb(203,182,220); }
div.DivClassName
{
background-color: #CBB6DC;
}
.BgClassName
{
background-color: #CBB6DC;
}
</style>
border-color css
<style>
span { border-color: #CBB6DC; }
span { border-color: rgb(203,182,220); }
td.TdClassName
{
border-color: #CBB6DC;
}
.TagClassName
{
border-color: #CBB6DC;
}
</style>