Shades of Prelude #CDB5D5
Tints of Prelude #CDB5D5
RGB
CMYK
RGB Variations
Color information
#CDB5D5 (or 0xCDB5D5) is known color: Prelude. HEX triplet: CD, B5 and D5. RGB value is (205,181,213). Sum of RGB (Red+Green+Blue) = 205+181+213=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5D5 is #324A2A. Grayscale: #BFBFBF. Windows color (decimal): -3295787 or 14005709. OLE color: 14005709.
HSL color Cylindrical-coordinate representation of color #CDB5D5: hue angle of 285º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDB5D5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 181 | 213 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.16 |
| HSL | 285º | 0.28% | 0.77% | - |
| HSV(B) | 285º | 0.15% | 0.84% | - |
| XYZ | 53.71 | 50.83 | 69.93 | - |
| YUV | 191.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 213 | 0.04 | 0.15 | 0 | 0.16 | 285 | 0.28 | 0.77 |
| Hex | CD | B5 | D5 | 4 | F | 0 | 10 | 11D | 1C | 4D |
| Octal | 315 | 265 | 325 | 4 | 17 | 0 | 20 | 435 | 34 | 115 |
| Binary | 11001101 | 10110101 | 11010101 | 100 | 1111 | 0 | 10000 | 100011101 | 11100 | 1001101 |
Color Harmonies of #CDB5D5
Complementary color
Monochromatic Colors of #CDB5D5
Black with #CDB5D5
Text Example
Text Example
White with #CDB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5D5; }
p { color: rgb(205,181,213); }
H1.HeaderClassName
{
color: #CDB5D5;
}
.AnyTagClassName
{
color: #CDB5D5;
}
</style>
background-color css
<style>
a { background-color: #CDB5D5; }
a { background-color: rgb(205,181,213); }
div.DivClassName
{
background-color: #CDB5D5;
}
.BgClassName
{
background-color: #CDB5D5;
}
</style>
border-color css
<style>
span { border-color: #CDB5D5; }
span { border-color: rgb(205,181,213); }
td.TdClassName
{
border-color: #CDB5D5;
}
.TagClassName
{
border-color: #CDB5D5;
}
</style>