Shades of Prelude #CBB2D1
Tints of Prelude #CBB2D1
RGB
CMYK
RGB Variations
Color information
#CBB2D1 (or 0xCBB2D1) is known color: Prelude. HEX triplet: CB, B2 and D1. RGB value is (203,178,209). Sum of RGB (Red+Green+Blue) = 203+178+209=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBB2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2D1 is #344D2E. Grayscale: #BCBCBC. Windows color (decimal): -3427631 or 13742795. OLE color: 13742795.
HSL color Cylindrical-coordinate representation of color #CBB2D1: hue angle of 288.39º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB2D1 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 178 | 209 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.18 |
| HSL | 288.39º | 0.25% | 0.76% | - |
| HSV(B) | 288.39º | 0.15% | 0.82% | - |
| XYZ | 52.06 | 49.14 | 67.06 | - |
| YUV | 189.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 209 | 0.03 | 0.15 | 0 | 0.18 | 288.39 | 0.25 | 0.76 |
| Hex | CB | B2 | D1 | 3 | F | 0 | 12 | 120 | 19 | 4C |
| Octal | 313 | 262 | 321 | 3 | 17 | 0 | 22 | 440 | 31 | 114 |
| Binary | 11001011 | 10110010 | 11010001 | 11 | 1111 | 0 | 10010 | 100100000 | 11001 | 1001100 |
Color Harmonies of #CBB2D1
Complementary color
Monochromatic Colors of #CBB2D1
Black with #CBB2D1
Text Example
Text Example
White with #CBB2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2D1; }
p { color: rgb(203,178,209); }
H1.HeaderClassName
{
color: #CBB2D1;
}
.AnyTagClassName
{
color: #CBB2D1;
}
</style>
background-color css
<style>
a { background-color: #CBB2D1; }
a { background-color: rgb(203,178,209); }
div.DivClassName
{
background-color: #CBB2D1;
}
.BgClassName
{
background-color: #CBB2D1;
}
</style>
border-color css
<style>
span { border-color: #CBB2D1; }
span { border-color: rgb(203,178,209); }
td.TdClassName
{
border-color: #CBB2D1;
}
.TagClassName
{
border-color: #CBB2D1;
}
</style>