Shades of Prelude #CDBDD8
Tints of Prelude #CDBDD8
RGB
CMYK
RGB Variations
Color information
#CDBDD8 (or 0xCDBDD8) is known color: Prelude. HEX triplet: CD, BD and D8. RGB value is (205,189,216). Sum of RGB (Red+Green+Blue) = 205+189+216=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDD8 is #324227. Grayscale: #C4C4C4. Windows color (decimal): -3293736 or 14204365. OLE color: 14204365.
HSL color Cylindrical-coordinate representation of color #CDBDD8: hue angle of 275.56º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDBDD8 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 189 | 216 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.15 |
| HSL | 275.56º | 0.26% | 0.79% | - |
| HSV(B) | 275.56º | 0.13% | 0.85% | - |
| XYZ | 55.77 | 54.33 | 72.51 | - |
| YUV | 196.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 216 | 0.05 | 0.12 | 0 | 0.15 | 275.56 | 0.26 | 0.79 |
| Hex | CD | BD | D8 | 5 | C | 0 | F | 114 | 1A | 4F |
| Octal | 315 | 275 | 330 | 5 | 14 | 0 | 17 | 424 | 32 | 117 |
| Binary | 11001101 | 10111101 | 11011000 | 101 | 1100 | 0 | 1111 | 100010100 | 11010 | 1001111 |
Color Harmonies of #CDBDD8
Complementary color
Monochromatic Colors of #CDBDD8
Black with #CDBDD8
Text Example
Text Example
White with #CDBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDD8; }
p { color: rgb(205,189,216); }
H1.HeaderClassName
{
color: #CDBDD8;
}
.AnyTagClassName
{
color: #CDBDD8;
}
</style>
background-color css
<style>
a { background-color: #CDBDD8; }
a { background-color: rgb(205,189,216); }
div.DivClassName
{
background-color: #CDBDD8;
}
.BgClassName
{
background-color: #CDBDD8;
}
</style>
border-color css
<style>
span { border-color: #CDBDD8; }
span { border-color: rgb(205,189,216); }
td.TdClassName
{
border-color: #CDBDD8;
}
.TagClassName
{
border-color: #CDBDD8;
}
</style>