Shades of Prelude #CDB9D8
Tints of Prelude #CDB9D8
RGB
CMYK
RGB Variations
Color information
#CDB9D8 (or 0xCDB9D8) is known color: Prelude. HEX triplet: CD, B9 and D8. RGB value is (205,185,216). Sum of RGB (Red+Green+Blue) = 205+185+216=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDB9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9D8 is #324627. Grayscale: #C2C2C2. Windows color (decimal): -3294760 or 14203341. OLE color: 14203341.
HSL color Cylindrical-coordinate representation of color #CDB9D8: hue angle of 278.71º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB9D8 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 185 | 216 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.15 |
| HSL | 278.71º | 0.28% | 0.79% | - |
| HSV(B) | 278.71º | 0.14% | 0.85% | - |
| XYZ | 54.92 | 52.63 | 72.23 | - |
| YUV | 194.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 216 | 0.05 | 0.14 | 0 | 0.15 | 278.71 | 0.28 | 0.79 |
| Hex | CD | B9 | D8 | 5 | E | 0 | F | 117 | 1C | 4F |
| Octal | 315 | 271 | 330 | 5 | 16 | 0 | 17 | 427 | 34 | 117 |
| Binary | 11001101 | 10111001 | 11011000 | 101 | 1110 | 0 | 1111 | 100010111 | 11100 | 1001111 |
Color Harmonies of #CDB9D8
Complementary color
Monochromatic Colors of #CDB9D8
Black with #CDB9D8
Text Example
Text Example
White with #CDB9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9D8; }
p { color: rgb(205,185,216); }
H1.HeaderClassName
{
color: #CDB9D8;
}
.AnyTagClassName
{
color: #CDB9D8;
}
</style>
background-color css
<style>
a { background-color: #CDB9D8; }
a { background-color: rgb(205,185,216); }
div.DivClassName
{
background-color: #CDB9D8;
}
.BgClassName
{
background-color: #CDB9D8;
}
</style>
border-color css
<style>
span { border-color: #CDB9D8; }
span { border-color: rgb(205,185,216); }
td.TdClassName
{
border-color: #CDB9D8;
}
.TagClassName
{
border-color: #CDB9D8;
}
</style>