Shades of Prelude #CBB2D5
Tints of Prelude #CBB2D5
RGB
CMYK
RGB Variations
Color information
#CBB2D5 (or 0xCBB2D5) is known color: Prelude. HEX triplet: CB, B2 and D5. RGB value is (203,178,213). Sum of RGB (Red+Green+Blue) = 203+178+213=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBB2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2D5 is #344D2A. Grayscale: #BDBDBD. Windows color (decimal): -3427627 or 14004939. OLE color: 14004939.
HSL color Cylindrical-coordinate representation of color #CBB2D5: hue angle of 282.86º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB2D5 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 178 | 213 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.16 |
| HSL | 282.86º | 0.29% | 0.77% | - |
| HSV(B) | 282.86º | 0.16% | 0.84% | - |
| XYZ | 52.56 | 49.34 | 69.7 | - |
| YUV | 189.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 213 | 0.05 | 0.16 | 0 | 0.16 | 282.86 | 0.29 | 0.77 |
| Hex | CB | B2 | D5 | 5 | 10 | 0 | 10 | 11B | 1D | 4D |
| Octal | 313 | 262 | 325 | 5 | 20 | 0 | 20 | 433 | 35 | 115 |
| Binary | 11001011 | 10110010 | 11010101 | 101 | 10000 | 0 | 10000 | 100011011 | 11101 | 1001101 |
Color Harmonies of #CBB2D5
Complementary color
Monochromatic Colors of #CBB2D5
Black with #CBB2D5
Text Example
Text Example
White with #CBB2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2D5; }
p { color: rgb(203,178,213); }
H1.HeaderClassName
{
color: #CBB2D5;
}
.AnyTagClassName
{
color: #CBB2D5;
}
</style>
background-color css
<style>
a { background-color: #CBB2D5; }
a { background-color: rgb(203,178,213); }
div.DivClassName
{
background-color: #CBB2D5;
}
.BgClassName
{
background-color: #CBB2D5;
}
</style>
border-color css
<style>
span { border-color: #CBB2D5; }
span { border-color: rgb(203,178,213); }
td.TdClassName
{
border-color: #CBB2D5;
}
.TagClassName
{
border-color: #CBB2D5;
}
</style>