Shades of Prelude #CDB8DD
Tints of Prelude #CDB8DD
RGB
CMYK
RGB Variations
Color information
#CDB8DD (or 0xCDB8DD) is known color: Prelude. HEX triplet: CD, B8 and DD. RGB value is (205,184,221). Sum of RGB (Red+Green+Blue) = 205+184+221=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDB8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8DD is #324722. Grayscale: #C2C2C2. Windows color (decimal): -3295011 or 14530765. OLE color: 14530765.
HSL color Cylindrical-coordinate representation of color #CDB8DD: hue angle of 274.05º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB8DD is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 184 | 221 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.13 |
| HSL | 274.05º | 0.35% | 0.79% | - |
| HSV(B) | 274.05º | 0.17% | 0.87% | - |
| XYZ | 55.37 | 52.48 | 75.62 | - |
| YUV | 194.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 221 | 0.07 | 0.17 | 0 | 0.13 | 274.05 | 0.35 | 0.79 |
| Hex | CD | B8 | DD | 7 | 11 | 0 | D | 112 | 23 | 4F |
| Octal | 315 | 270 | 335 | 7 | 21 | 0 | 15 | 422 | 43 | 117 |
| Binary | 11001101 | 10111000 | 11011101 | 111 | 10001 | 0 | 1101 | 100010010 | 100011 | 1001111 |
Color Harmonies of #CDB8DD
Complementary color
Monochromatic Colors of #CDB8DD
Black with #CDB8DD
Text Example
Text Example
White with #CDB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8DD; }
p { color: rgb(205,184,221); }
H1.HeaderClassName
{
color: #CDB8DD;
}
.AnyTagClassName
{
color: #CDB8DD;
}
</style>
background-color css
<style>
a { background-color: #CDB8DD; }
a { background-color: rgb(205,184,221); }
div.DivClassName
{
background-color: #CDB8DD;
}
.BgClassName
{
background-color: #CDB8DD;
}
</style>
border-color css
<style>
span { border-color: #CDB8DD; }
span { border-color: rgb(205,184,221); }
td.TdClassName
{
border-color: #CDB8DD;
}
.TagClassName
{
border-color: #CDB8DD;
}
</style>