Shades of Prelude #CDB9DC
Tints of Prelude #CDB9DC
RGB
CMYK
RGB Variations
Color information
#CDB9DC (or 0xCDB9DC) is known color: Prelude. HEX triplet: CD, B9 and DC. RGB value is (205,185,220). Sum of RGB (Red+Green+Blue) = 205+185+220=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9DC is #324623. Grayscale: #C2C2C2. Windows color (decimal): -3294756 or 14465485. OLE color: 14465485.
HSL color Cylindrical-coordinate representation of color #CDB9DC: hue angle of 274.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDB9DC is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 185 | 220 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.14 |
| HSL | 274.29º | 0.33% | 0.79% | - |
| HSV(B) | 274.29º | 0.16% | 0.86% | - |
| XYZ | 55.44 | 52.84 | 74.99 | - |
| YUV | 194.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 220 | 0.07 | 0.16 | 0 | 0.14 | 274.29 | 0.33 | 0.79 |
| Hex | CD | B9 | DC | 7 | 10 | 0 | E | 112 | 21 | 4F |
| Octal | 315 | 271 | 334 | 7 | 20 | 0 | 16 | 422 | 41 | 117 |
| Binary | 11001101 | 10111001 | 11011100 | 111 | 10000 | 0 | 1110 | 100010010 | 100001 | 1001111 |
Color Harmonies of #CDB9DC
Complementary color
Monochromatic Colors of #CDB9DC
Black with #CDB9DC
Text Example
Text Example
White with #CDB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9DC; }
p { color: rgb(205,185,220); }
H1.HeaderClassName
{
color: #CDB9DC;
}
.AnyTagClassName
{
color: #CDB9DC;
}
</style>
background-color css
<style>
a { background-color: #CDB9DC; }
a { background-color: rgb(205,185,220); }
div.DivClassName
{
background-color: #CDB9DC;
}
.BgClassName
{
background-color: #CDB9DC;
}
</style>
border-color css
<style>
span { border-color: #CDB9DC; }
span { border-color: rgb(205,185,220); }
td.TdClassName
{
border-color: #CDB9DC;
}
.TagClassName
{
border-color: #CDB9DC;
}
</style>