Shades of Prelude #CDB9D7
Tints of Prelude #CDB9D7
RGB
CMYK
RGB Variations
Color information
#CDB9D7 (or 0xCDB9D7) is known color: Prelude. HEX triplet: CD, B9 and D7. RGB value is (205,185,215). Sum of RGB (Red+Green+Blue) = 205+185+215=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDB9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9D7 is #324628. Grayscale: #C2C2C2. Windows color (decimal): -3294761 or 14137805. OLE color: 14137805.
HSL color Cylindrical-coordinate representation of color #CDB9D7: hue angle of 280º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB9D7 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 185 | 215 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.16 |
| HSL | 280º | 0.27% | 0.78% | - |
| HSV(B) | 280º | 0.14% | 0.84% | - |
| XYZ | 54.79 | 52.58 | 71.55 | - |
| YUV | 194.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 215 | 0.05 | 0.14 | 0 | 0.16 | 280 | 0.27 | 0.78 |
| Hex | CD | B9 | D7 | 5 | E | 0 | 10 | 118 | 1B | 4E |
| Octal | 315 | 271 | 327 | 5 | 16 | 0 | 20 | 430 | 33 | 116 |
| Binary | 11001101 | 10111001 | 11010111 | 101 | 1110 | 0 | 10000 | 100011000 | 11011 | 1001110 |
Color Harmonies of #CDB9D7
Complementary color
Monochromatic Colors of #CDB9D7
Black with #CDB9D7
Text Example
Text Example
White with #CDB9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9D7; }
p { color: rgb(205,185,215); }
H1.HeaderClassName
{
color: #CDB9D7;
}
.AnyTagClassName
{
color: #CDB9D7;
}
</style>
background-color css
<style>
a { background-color: #CDB9D7; }
a { background-color: rgb(205,185,215); }
div.DivClassName
{
background-color: #CDB9D7;
}
.BgClassName
{
background-color: #CDB9D7;
}
</style>
border-color css
<style>
span { border-color: #CDB9D7; }
span { border-color: rgb(205,185,215); }
td.TdClassName
{
border-color: #CDB9D7;
}
.TagClassName
{
border-color: #CDB9D7;
}
</style>