Shades of Prelude #CDB6DB
Tints of Prelude #CDB6DB
RGB
CMYK
RGB Variations
Color information
#CDB6DB (or 0xCDB6DB) is known color: Prelude. HEX triplet: CD, B6 and DB. RGB value is (205,182,219). Sum of RGB (Red+Green+Blue) = 205+182+219=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6DB is #324924. Grayscale: #C0C0C0. Windows color (decimal): -3295525 or 14399181. OLE color: 14399181.
HSL color Cylindrical-coordinate representation of color #CDB6DB: hue angle of 277.3º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB6DB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 182 | 219 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.14 |
| HSL | 277.3º | 0.34% | 0.79% | - |
| HSV(B) | 277.3º | 0.17% | 0.86% | - |
| XYZ | 54.69 | 51.55 | 74.09 | - |
| YUV | 193.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 219 | 0.06 | 0.17 | 0 | 0.14 | 277.3 | 0.34 | 0.79 |
| Hex | CD | B6 | DB | 6 | 11 | 0 | E | 115 | 22 | 4F |
| Octal | 315 | 266 | 333 | 6 | 21 | 0 | 16 | 425 | 42 | 117 |
| Binary | 11001101 | 10110110 | 11011011 | 110 | 10001 | 0 | 1110 | 100010101 | 100010 | 1001111 |
Color Harmonies of #CDB6DB
Complementary color
Monochromatic Colors of #CDB6DB
Black with #CDB6DB
Text Example
Text Example
White with #CDB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6DB; }
p { color: rgb(205,182,219); }
H1.HeaderClassName
{
color: #CDB6DB;
}
.AnyTagClassName
{
color: #CDB6DB;
}
</style>
background-color css
<style>
a { background-color: #CDB6DB; }
a { background-color: rgb(205,182,219); }
div.DivClassName
{
background-color: #CDB6DB;
}
.BgClassName
{
background-color: #CDB6DB;
}
</style>
border-color css
<style>
span { border-color: #CDB6DB; }
span { border-color: rgb(205,182,219); }
td.TdClassName
{
border-color: #CDB6DB;
}
.TagClassName
{
border-color: #CDB6DB;
}
</style>