Shades of Prelude #CDB7DB
Tints of Prelude #CDB7DB
RGB
CMYK
RGB Variations
Color information
#CDB7DB (or 0xCDB7DB) is known color: Prelude. HEX triplet: CD, B7 and DB. RGB value is (205,183,219). Sum of RGB (Red+Green+Blue) = 205+183+219=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7DB is #324824. Grayscale: #C1C1C1. Windows color (decimal): -3295269 or 14399437. OLE color: 14399437.
HSL color Cylindrical-coordinate representation of color #CDB7DB: hue angle of 276.67º 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 #CDB7DB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 183 | 219 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.14 |
| HSL | 276.67º | 0.33% | 0.79% | - |
| HSV(B) | 276.67º | 0.16% | 0.86% | - |
| XYZ | 54.9 | 51.96 | 74.15 | - |
| YUV | 193.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 219 | 0.06 | 0.16 | 0 | 0.14 | 276.67 | 0.33 | 0.79 |
| Hex | CD | B7 | DB | 6 | 10 | 0 | E | 115 | 21 | 4F |
| Octal | 315 | 267 | 333 | 6 | 20 | 0 | 16 | 425 | 41 | 117 |
| Binary | 11001101 | 10110111 | 11011011 | 110 | 10000 | 0 | 1110 | 100010101 | 100001 | 1001111 |
Color Harmonies of #CDB7DB
Complementary color
Monochromatic Colors of #CDB7DB
Black with #CDB7DB
Text Example
Text Example
White with #CDB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7DB; }
p { color: rgb(205,183,219); }
H1.HeaderClassName
{
color: #CDB7DB;
}
.AnyTagClassName
{
color: #CDB7DB;
}
</style>
background-color css
<style>
a { background-color: #CDB7DB; }
a { background-color: rgb(205,183,219); }
div.DivClassName
{
background-color: #CDB7DB;
}
.BgClassName
{
background-color: #CDB7DB;
}
</style>
border-color css
<style>
span { border-color: #CDB7DB; }
span { border-color: rgb(205,183,219); }
td.TdClassName
{
border-color: #CDB7DB;
}
.TagClassName
{
border-color: #CDB7DB;
}
</style>