Shades of Prelude #CDB5DE
Tints of Prelude #CDB5DE
RGB
CMYK
RGB Variations
Color information
#CDB5DE (or 0xCDB5DE) is known color: Prelude. HEX triplet: CD, B5 and DE. RGB value is (205,181,222). Sum of RGB (Red+Green+Blue) = 205+181+222=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDB5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5DE is #324A21. Grayscale: #C0C0C0. Windows color (decimal): -3295778 or 14595533. OLE color: 14595533.
HSL color Cylindrical-coordinate representation of color #CDB5DE: hue angle of 275.12º 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 #CDB5DE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 181 | 222 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.13 |
| HSL | 275.12º | 0.38% | 0.79% | - |
| HSV(B) | 275.12º | 0.18% | 0.87% | - |
| XYZ | 54.89 | 51.3 | 76.12 | - |
| YUV | 192.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 222 | 0.08 | 0.18 | 0 | 0.13 | 275.12 | 0.38 | 0.79 |
| Hex | CD | B5 | DE | 8 | 12 | 0 | D | 113 | 26 | 4F |
| Octal | 315 | 265 | 336 | 10 | 22 | 0 | 15 | 423 | 46 | 117 |
| Binary | 11001101 | 10110101 | 11011110 | 1000 | 10010 | 0 | 1101 | 100010011 | 100110 | 1001111 |
Color Harmonies of #CDB5DE
Complementary color
Monochromatic Colors of #CDB5DE
Black with #CDB5DE
Text Example
Text Example
White with #CDB5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5DE; }
p { color: rgb(205,181,222); }
H1.HeaderClassName
{
color: #CDB5DE;
}
.AnyTagClassName
{
color: #CDB5DE;
}
</style>
background-color css
<style>
a { background-color: #CDB5DE; }
a { background-color: rgb(205,181,222); }
div.DivClassName
{
background-color: #CDB5DE;
}
.BgClassName
{
background-color: #CDB5DE;
}
</style>
border-color css
<style>
span { border-color: #CDB5DE; }
span { border-color: rgb(205,181,222); }
td.TdClassName
{
border-color: #CDB5DE;
}
.TagClassName
{
border-color: #CDB5DE;
}
</style>