Shades of Prelude #CDB0DD
Tints of Prelude #CDB0DD
RGB
CMYK
RGB Variations
Color information
#CDB0DD (or 0xCDB0DD) is known color: Prelude. HEX triplet: CD, B0 and DD. RGB value is (205,176,221). Sum of RGB (Red+Green+Blue) = 205+176+221=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0DD is #324F22. Grayscale: #BDBDBD. Windows color (decimal): -3297059 or 14528717. OLE color: 14528717.
HSL color Cylindrical-coordinate representation of color #CDB0DD: hue angle of 278.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB0DD is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 176 | 221 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.13 |
| HSL | 278.67º | 0.4% | 0.78% | - |
| HSV(B) | 278.67º | 0.2% | 0.87% | - |
| XYZ | 53.75 | 49.25 | 75.08 | - |
| YUV | 189.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 221 | 0.07 | 0.20 | 0 | 0.13 | 278.67 | 0.4 | 0.78 |
| Hex | CD | B0 | DD | 7 | 14 | 0 | D | 117 | 28 | 4E |
| Octal | 315 | 260 | 335 | 7 | 24 | 0 | 15 | 427 | 50 | 116 |
| Binary | 11001101 | 10110000 | 11011101 | 111 | 10100 | 0 | 1101 | 100010111 | 101000 | 1001110 |
Color Harmonies of #CDB0DD
Complementary color
Monochromatic Colors of #CDB0DD
Black with #CDB0DD
Text Example
Text Example
White with #CDB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0DD; }
p { color: rgb(205,176,221); }
H1.HeaderClassName
{
color: #CDB0DD;
}
.AnyTagClassName
{
color: #CDB0DD;
}
</style>
background-color css
<style>
a { background-color: #CDB0DD; }
a { background-color: rgb(205,176,221); }
div.DivClassName
{
background-color: #CDB0DD;
}
.BgClassName
{
background-color: #CDB0DD;
}
</style>
border-color css
<style>
span { border-color: #CDB0DD; }
span { border-color: rgb(205,176,221); }
td.TdClassName
{
border-color: #CDB0DD;
}
.TagClassName
{
border-color: #CDB0DD;
}
</style>