Shades of Prelude #CDB9DB
Tints of Prelude #CDB9DB
RGB
CMYK
RGB Variations
Color information
#CDB9DB (or 0xCDB9DB) is known color: Prelude. HEX triplet: CD, B9 and DB. RGB value is (205,185,219). Sum of RGB (Red+Green+Blue) = 205+185+219=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9DB is #324624. Grayscale: #C2C2C2. Windows color (decimal): -3294757 or 14399949. OLE color: 14399949.
HSL color Cylindrical-coordinate representation of color #CDB9DB: hue angle of 275.29º degrees, saturation: 0.32, 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 #CDB9DB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 185 | 219 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.14 |
| HSL | 275.29º | 0.32% | 0.79% | - |
| HSV(B) | 275.29º | 0.16% | 0.86% | - |
| XYZ | 55.31 | 52.79 | 74.29 | - |
| YUV | 194.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 219 | 0.06 | 0.16 | 0 | 0.14 | 275.29 | 0.32 | 0.79 |
| Hex | CD | B9 | DB | 6 | 10 | 0 | E | 113 | 20 | 4F |
| Octal | 315 | 271 | 333 | 6 | 20 | 0 | 16 | 423 | 40 | 117 |
| Binary | 11001101 | 10111001 | 11011011 | 110 | 10000 | 0 | 1110 | 100010011 | 100000 | 1001111 |
Color Harmonies of #CDB9DB
Complementary color
Monochromatic Colors of #CDB9DB
Black with #CDB9DB
Text Example
Text Example
White with #CDB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9DB; }
p { color: rgb(205,185,219); }
H1.HeaderClassName
{
color: #CDB9DB;
}
.AnyTagClassName
{
color: #CDB9DB;
}
</style>
background-color css
<style>
a { background-color: #CDB9DB; }
a { background-color: rgb(205,185,219); }
div.DivClassName
{
background-color: #CDB9DB;
}
.BgClassName
{
background-color: #CDB9DB;
}
</style>
border-color css
<style>
span { border-color: #CDB9DB; }
span { border-color: rgb(205,185,219); }
td.TdClassName
{
border-color: #CDB9DB;
}
.TagClassName
{
border-color: #CDB9DB;
}
</style>