Shades of Prelude #CBB6D2
Tints of Prelude #CBB6D2
RGB
CMYK
RGB Variations
Color information
#CBB6D2 (or 0xCBB6D2) is known color: Prelude. HEX triplet: CB, B6 and D2. RGB value is (203,182,210). Sum of RGB (Red+Green+Blue) = 203+182+210=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBB6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6D2 is #34492D. Grayscale: #BFBFBF. Windows color (decimal): -3426606 or 13809355. OLE color: 13809355.
HSL color Cylindrical-coordinate representation of color #CBB6D2: hue angle of 285º degrees, saturation: 0.24, 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 #CBB6D2 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 182 | 210 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.18 |
| HSL | 285º | 0.24% | 0.77% | - |
| HSV(B) | 285º | 0.13% | 0.82% | - |
| XYZ | 52.99 | 50.81 | 67.99 | - |
| YUV | 191.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 210 | 0.03 | 0.13 | 0 | 0.18 | 285 | 0.24 | 0.77 |
| Hex | CB | B6 | D2 | 3 | D | 0 | 12 | 11D | 18 | 4D |
| Octal | 313 | 266 | 322 | 3 | 15 | 0 | 22 | 435 | 30 | 115 |
| Binary | 11001011 | 10110110 | 11010010 | 11 | 1101 | 0 | 10010 | 100011101 | 11000 | 1001101 |
Color Harmonies of #CBB6D2
Complementary color
Monochromatic Colors of #CBB6D2
Black with #CBB6D2
Text Example
Text Example
White with #CBB6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6D2; }
p { color: rgb(203,182,210); }
H1.HeaderClassName
{
color: #CBB6D2;
}
.AnyTagClassName
{
color: #CBB6D2;
}
</style>
background-color css
<style>
a { background-color: #CBB6D2; }
a { background-color: rgb(203,182,210); }
div.DivClassName
{
background-color: #CBB6D2;
}
.BgClassName
{
background-color: #CBB6D2;
}
</style>
border-color css
<style>
span { border-color: #CBB6D2; }
span { border-color: rgb(203,182,210); }
td.TdClassName
{
border-color: #CBB6D2;
}
.TagClassName
{
border-color: #CBB6D2;
}
</style>