Shades of Prelude #CDB6DE
Tints of Prelude #CDB6DE
RGB
CMYK
RGB Variations
Color information
#CDB6DE (or 0xCDB6DE) is known color: Prelude. HEX triplet: CD, B6 and DE. RGB value is (205,182,222). Sum of RGB (Red+Green+Blue) = 205+182+222=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6DE is #324921. Grayscale: #C1C1C1. Windows color (decimal): -3295522 or 14595789. OLE color: 14595789.
HSL color Cylindrical-coordinate representation of color #CDB6DE: hue angle of 274.5º degrees, saturation: 0.38, 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 #CDB6DE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 182 | 222 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.13 |
| HSL | 274.5º | 0.38% | 0.79% | - |
| HSV(B) | 274.5º | 0.18% | 0.87% | - |
| XYZ | 55.09 | 51.71 | 76.18 | - |
| YUV | 193.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 222 | 0.08 | 0.18 | 0 | 0.13 | 274.5 | 0.38 | 0.79 |
| Hex | CD | B6 | DE | 8 | 12 | 0 | D | 112 | 26 | 4F |
| Octal | 315 | 266 | 336 | 10 | 22 | 0 | 15 | 422 | 46 | 117 |
| Binary | 11001101 | 10110110 | 11011110 | 1000 | 10010 | 0 | 1101 | 100010010 | 100110 | 1001111 |
Color Harmonies of #CDB6DE
Complementary color
Monochromatic Colors of #CDB6DE
Black with #CDB6DE
Text Example
Text Example
White with #CDB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6DE; }
p { color: rgb(205,182,222); }
H1.HeaderClassName
{
color: #CDB6DE;
}
.AnyTagClassName
{
color: #CDB6DE;
}
</style>
background-color css
<style>
a { background-color: #CDB6DE; }
a { background-color: rgb(205,182,222); }
div.DivClassName
{
background-color: #CDB6DE;
}
.BgClassName
{
background-color: #CDB6DE;
}
</style>
border-color css
<style>
span { border-color: #CDB6DE; }
span { border-color: rgb(205,182,222); }
td.TdClassName
{
border-color: #CDB6DE;
}
.TagClassName
{
border-color: #CDB6DE;
}
</style>