Shades of Prelude #CDB6D5
Tints of Prelude #CDB6D5
RGB
CMYK
RGB Variations
Color information
#CDB6D5 (or 0xCDB6D5) is known color: Prelude. HEX triplet: CD, B6 and D5. RGB value is (205,182,213). Sum of RGB (Red+Green+Blue) = 205+182+213=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDB6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6D5 is #32492A. Grayscale: #C0C0C0. Windows color (decimal): -3295531 or 14005965. OLE color: 14005965.
HSL color Cylindrical-coordinate representation of color #CDB6D5: hue angle of 284.52º degrees, saturation: 0.27, 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 #CDB6D5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 182 | 213 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.16 |
| HSL | 284.52º | 0.27% | 0.77% | - |
| HSV(B) | 284.52º | 0.15% | 0.84% | - |
| XYZ | 53.92 | 51.24 | 70 | - |
| YUV | 192.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 213 | 0.04 | 0.15 | 0 | 0.16 | 284.52 | 0.27 | 0.77 |
| Hex | CD | B6 | D5 | 4 | F | 0 | 10 | 11D | 1B | 4D |
| Octal | 315 | 266 | 325 | 4 | 17 | 0 | 20 | 435 | 33 | 115 |
| Binary | 11001101 | 10110110 | 11010101 | 100 | 1111 | 0 | 10000 | 100011101 | 11011 | 1001101 |
Color Harmonies of #CDB6D5
Complementary color
Monochromatic Colors of #CDB6D5
Black with #CDB6D5
Text Example
Text Example
White with #CDB6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6D5; }
p { color: rgb(205,182,213); }
H1.HeaderClassName
{
color: #CDB6D5;
}
.AnyTagClassName
{
color: #CDB6D5;
}
</style>
background-color css
<style>
a { background-color: #CDB6D5; }
a { background-color: rgb(205,182,213); }
div.DivClassName
{
background-color: #CDB6D5;
}
.BgClassName
{
background-color: #CDB6D5;
}
</style>
border-color css
<style>
span { border-color: #CDB6D5; }
span { border-color: rgb(205,182,213); }
td.TdClassName
{
border-color: #CDB6D5;
}
.TagClassName
{
border-color: #CDB6D5;
}
</style>