Shades of Prelude #CDB6DD
Tints of Prelude #CDB6DD
RGB
CMYK
RGB Variations
Color information
#CDB6DD (or 0xCDB6DD) is known color: Prelude. HEX triplet: CD, B6 and DD. RGB value is (205,182,221). Sum of RGB (Red+Green+Blue) = 205+182+221=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6DD is #324922. Grayscale: #C1C1C1. Windows color (decimal): -3295523 or 14530253. OLE color: 14530253.
HSL color Cylindrical-coordinate representation of color #CDB6DD: hue angle of 275.38º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB6DD is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 182 | 221 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.13 |
| HSL | 275.38º | 0.36% | 0.79% | - |
| HSV(B) | 275.38º | 0.18% | 0.87% | - |
| XYZ | 54.96 | 51.66 | 75.48 | - |
| YUV | 193.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 221 | 0.07 | 0.18 | 0 | 0.13 | 275.38 | 0.36 | 0.79 |
| Hex | CD | B6 | DD | 7 | 12 | 0 | D | 113 | 24 | 4F |
| Octal | 315 | 266 | 335 | 7 | 22 | 0 | 15 | 423 | 44 | 117 |
| Binary | 11001101 | 10110110 | 11011101 | 111 | 10010 | 0 | 1101 | 100010011 | 100100 | 1001111 |
Color Harmonies of #CDB6DD
Complementary color
Monochromatic Colors of #CDB6DD
Black with #CDB6DD
Text Example
Text Example
White with #CDB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6DD; }
p { color: rgb(205,182,221); }
H1.HeaderClassName
{
color: #CDB6DD;
}
.AnyTagClassName
{
color: #CDB6DD;
}
</style>
background-color css
<style>
a { background-color: #CDB6DD; }
a { background-color: rgb(205,182,221); }
div.DivClassName
{
background-color: #CDB6DD;
}
.BgClassName
{
background-color: #CDB6DD;
}
</style>
border-color css
<style>
span { border-color: #CDB6DD; }
span { border-color: rgb(205,182,221); }
td.TdClassName
{
border-color: #CDB6DD;
}
.TagClassName
{
border-color: #CDB6DD;
}
</style>