Shades of Prelude #CDB3DB
Tints of Prelude #CDB3DB
RGB
CMYK
RGB Variations
Color information
#CDB3DB (or 0xCDB3DB) is known color: Prelude. HEX triplet: CD, B3 and DB. RGB value is (205,179,219). Sum of RGB (Red+Green+Blue) = 205+179+219=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3DB is #324C24. Grayscale: #BFBFBF. Windows color (decimal): -3296293 or 14398413. OLE color: 14398413.
HSL color Cylindrical-coordinate representation of color #CDB3DB: hue angle of 279º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB3DB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 179 | 219 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.14 |
| HSL | 279º | 0.36% | 0.78% | - |
| HSV(B) | 279º | 0.18% | 0.86% | - |
| XYZ | 54.08 | 50.33 | 73.88 | - |
| YUV | 191.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 219 | 0.06 | 0.18 | 0 | 0.14 | 279 | 0.36 | 0.78 |
| Hex | CD | B3 | DB | 6 | 12 | 0 | E | 117 | 24 | 4E |
| Octal | 315 | 263 | 333 | 6 | 22 | 0 | 16 | 427 | 44 | 116 |
| Binary | 11001101 | 10110011 | 11011011 | 110 | 10010 | 0 | 1110 | 100010111 | 100100 | 1001110 |
Color Harmonies of #CDB3DB
Complementary color
Monochromatic Colors of #CDB3DB
Black with #CDB3DB
Text Example
Text Example
White with #CDB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3DB; }
p { color: rgb(205,179,219); }
H1.HeaderClassName
{
color: #CDB3DB;
}
.AnyTagClassName
{
color: #CDB3DB;
}
</style>
background-color css
<style>
a { background-color: #CDB3DB; }
a { background-color: rgb(205,179,219); }
div.DivClassName
{
background-color: #CDB3DB;
}
.BgClassName
{
background-color: #CDB3DB;
}
</style>
border-color css
<style>
span { border-color: #CDB3DB; }
span { border-color: rgb(205,179,219); }
td.TdClassName
{
border-color: #CDB3DB;
}
.TagClassName
{
border-color: #CDB3DB;
}
</style>