Shades of Prelude #CDB0D5
Tints of Prelude #CDB0D5
RGB
CMYK
RGB Variations
Color information
#CDB0D5 (or 0xCDB0D5) is known color: Prelude. HEX triplet: CD, B0 and D5. RGB value is (205,176,213). Sum of RGB (Red+Green+Blue) = 205+176+213=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDB0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0D5 is #324F2A. Grayscale: #BCBCBC. Windows color (decimal): -3297067 or 14004429. OLE color: 14004429.
HSL color Cylindrical-coordinate representation of color #CDB0D5: hue angle of 287.03º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB0D5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 176 | 213 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.16 |
| HSL | 287.03º | 0.31% | 0.76% | - |
| HSV(B) | 287.03º | 0.17% | 0.84% | - |
| XYZ | 52.71 | 48.83 | 69.6 | - |
| YUV | 188.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 213 | 0.04 | 0.17 | 0 | 0.16 | 287.03 | 0.31 | 0.76 |
| Hex | CD | B0 | D5 | 4 | 11 | 0 | 10 | 11F | 1F | 4C |
| Octal | 315 | 260 | 325 | 4 | 21 | 0 | 20 | 437 | 37 | 114 |
| Binary | 11001101 | 10110000 | 11010101 | 100 | 10001 | 0 | 10000 | 100011111 | 11111 | 1001100 |
Color Harmonies of #CDB0D5
Complementary color
Monochromatic Colors of #CDB0D5
Black with #CDB0D5
Text Example
Text Example
White with #CDB0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0D5; }
p { color: rgb(205,176,213); }
H1.HeaderClassName
{
color: #CDB0D5;
}
.AnyTagClassName
{
color: #CDB0D5;
}
</style>
background-color css
<style>
a { background-color: #CDB0D5; }
a { background-color: rgb(205,176,213); }
div.DivClassName
{
background-color: #CDB0D5;
}
.BgClassName
{
background-color: #CDB0D5;
}
</style>
border-color css
<style>
span { border-color: #CDB0D5; }
span { border-color: rgb(205,176,213); }
td.TdClassName
{
border-color: #CDB0D5;
}
.TagClassName
{
border-color: #CDB0D5;
}
</style>