Shades of Prelude #CDB4DD
Tints of Prelude #CDB4DD
RGB
CMYK
RGB Variations
Color information
#CDB4DD (or 0xCDB4DD) is known color: Prelude. HEX triplet: CD, B4 and DD. RGB value is (205,180,221). Sum of RGB (Red+Green+Blue) = 205+180+221=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4DD is #324B22. Grayscale: #C0C0C0. Windows color (decimal): -3296035 or 14529741. OLE color: 14529741.
HSL color Cylindrical-coordinate representation of color #CDB4DD: hue angle of 276.59º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDB4DD is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 180 | 221 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.13 |
| HSL | 276.59º | 0.38% | 0.79% | - |
| HSV(B) | 276.59º | 0.19% | 0.87% | - |
| XYZ | 54.55 | 50.84 | 75.35 | - |
| YUV | 192.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 221 | 0.07 | 0.19 | 0 | 0.13 | 276.59 | 0.38 | 0.79 |
| Hex | CD | B4 | DD | 7 | 13 | 0 | D | 115 | 26 | 4F |
| Octal | 315 | 264 | 335 | 7 | 23 | 0 | 15 | 425 | 46 | 117 |
| Binary | 11001101 | 10110100 | 11011101 | 111 | 10011 | 0 | 1101 | 100010101 | 100110 | 1001111 |
Color Harmonies of #CDB4DD
Complementary color
Monochromatic Colors of #CDB4DD
Black with #CDB4DD
Text Example
Text Example
White with #CDB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4DD; }
p { color: rgb(205,180,221); }
H1.HeaderClassName
{
color: #CDB4DD;
}
.AnyTagClassName
{
color: #CDB4DD;
}
</style>
background-color css
<style>
a { background-color: #CDB4DD; }
a { background-color: rgb(205,180,221); }
div.DivClassName
{
background-color: #CDB4DD;
}
.BgClassName
{
background-color: #CDB4DD;
}
</style>
border-color css
<style>
span { border-color: #CDB4DD; }
span { border-color: rgb(205,180,221); }
td.TdClassName
{
border-color: #CDB4DD;
}
.TagClassName
{
border-color: #CDB4DD;
}
</style>