Shades of Prelude #CBB5D2
Tints of Prelude #CBB5D2
RGB
CMYK
RGB Variations
Color information
#CBB5D2 (or 0xCBB5D2) is known color: Prelude. HEX triplet: CB, B5 and D2. RGB value is (203,181,210). Sum of RGB (Red+Green+Blue) = 203+181+210=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBB5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5D2 is #344A2D. Grayscale: #BEBEBE. Windows color (decimal): -3426862 or 13809099. OLE color: 13809099.
HSL color Cylindrical-coordinate representation of color #CBB5D2: hue angle of 285.52º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBB5D2 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 181 | 210 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.18 |
| HSL | 285.52º | 0.24% | 0.77% | - |
| HSV(B) | 285.52º | 0.14% | 0.82% | - |
| XYZ | 52.79 | 50.4 | 67.92 | - |
| YUV | 190.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 210 | 0.03 | 0.14 | 0 | 0.18 | 285.52 | 0.24 | 0.77 |
| Hex | CB | B5 | D2 | 3 | E | 0 | 12 | 11E | 18 | 4D |
| Octal | 313 | 265 | 322 | 3 | 16 | 0 | 22 | 436 | 30 | 115 |
| Binary | 11001011 | 10110101 | 11010010 | 11 | 1110 | 0 | 10010 | 100011110 | 11000 | 1001101 |
Color Harmonies of #CBB5D2
Complementary color
Monochromatic Colors of #CBB5D2
Black with #CBB5D2
Text Example
Text Example
White with #CBB5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5D2; }
p { color: rgb(203,181,210); }
H1.HeaderClassName
{
color: #CBB5D2;
}
.AnyTagClassName
{
color: #CBB5D2;
}
</style>
background-color css
<style>
a { background-color: #CBB5D2; }
a { background-color: rgb(203,181,210); }
div.DivClassName
{
background-color: #CBB5D2;
}
.BgClassName
{
background-color: #CBB5D2;
}
</style>
border-color css
<style>
span { border-color: #CBB5D2; }
span { border-color: rgb(203,181,210); }
td.TdClassName
{
border-color: #CBB5D2;
}
.TagClassName
{
border-color: #CBB5D2;
}
</style>