Shades of Prelude #CBB0DA
Tints of Prelude #CBB0DA
RGB
CMYK
RGB Variations
Color information
#CBB0DA (or 0xCBB0DA) is known color: Prelude. HEX triplet: CB, B0 and DA. RGB value is (203,176,218). Sum of RGB (Red+Green+Blue) = 203+176+218=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0DA is #344F25. Grayscale: #BCBCBC. Windows color (decimal): -3428134 or 14332107. OLE color: 14332107.
HSL color Cylindrical-coordinate representation of color #CBB0DA: hue angle of 278.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBB0DA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 176 | 218 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.15 |
| HSL | 278.57º | 0.36% | 0.77% | - |
| HSV(B) | 278.57º | 0.19% | 0.85% | - |
| XYZ | 52.81 | 48.81 | 72.97 | - |
| YUV | 188.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 218 | 0.07 | 0.19 | 0 | 0.15 | 278.57 | 0.36 | 0.77 |
| Hex | CB | B0 | DA | 7 | 13 | 0 | F | 117 | 24 | 4D |
| Octal | 313 | 260 | 332 | 7 | 23 | 0 | 17 | 427 | 44 | 115 |
| Binary | 11001011 | 10110000 | 11011010 | 111 | 10011 | 0 | 1111 | 100010111 | 100100 | 1001101 |
Color Harmonies of #CBB0DA
Complementary color
Monochromatic Colors of #CBB0DA
Black with #CBB0DA
Text Example
Text Example
White with #CBB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0DA; }
p { color: rgb(203,176,218); }
H1.HeaderClassName
{
color: #CBB0DA;
}
.AnyTagClassName
{
color: #CBB0DA;
}
</style>
background-color css
<style>
a { background-color: #CBB0DA; }
a { background-color: rgb(203,176,218); }
div.DivClassName
{
background-color: #CBB0DA;
}
.BgClassName
{
background-color: #CBB0DA;
}
</style>
border-color css
<style>
span { border-color: #CBB0DA; }
span { border-color: rgb(203,176,218); }
td.TdClassName
{
border-color: #CBB0DA;
}
.TagClassName
{
border-color: #CBB0DA;
}
</style>