Shades of Prelude #CDBDD7
Tints of Prelude #CDBDD7
RGB
CMYK
RGB Variations
Color information
#CDBDD7 (or 0xCDBDD7) is known color: Prelude. HEX triplet: CD, BD and D7. RGB value is (205,189,215). Sum of RGB (Red+Green+Blue) = 205+189+215=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDD7 is #324228. Grayscale: #C4C4C4. Windows color (decimal): -3293737 or 14138829. OLE color: 14138829.
HSL color Cylindrical-coordinate representation of color #CDBDD7: hue angle of 276.92º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDBDD7 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 189 | 215 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.16 |
| HSL | 276.92º | 0.25% | 0.79% | - |
| HSV(B) | 276.92º | 0.12% | 0.84% | - |
| XYZ | 55.64 | 54.28 | 71.83 | - |
| YUV | 196.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 215 | 0.05 | 0.12 | 0 | 0.16 | 276.92 | 0.25 | 0.79 |
| Hex | CD | BD | D7 | 5 | C | 0 | 10 | 115 | 19 | 4F |
| Octal | 315 | 275 | 327 | 5 | 14 | 0 | 20 | 425 | 31 | 117 |
| Binary | 11001101 | 10111101 | 11010111 | 101 | 1100 | 0 | 10000 | 100010101 | 11001 | 1001111 |
Color Harmonies of #CDBDD7
Complementary color
Monochromatic Colors of #CDBDD7
Black with #CDBDD7
Text Example
Text Example
White with #CDBDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDD7; }
p { color: rgb(205,189,215); }
H1.HeaderClassName
{
color: #CDBDD7;
}
.AnyTagClassName
{
color: #CDBDD7;
}
</style>
background-color css
<style>
a { background-color: #CDBDD7; }
a { background-color: rgb(205,189,215); }
div.DivClassName
{
background-color: #CDBDD7;
}
.BgClassName
{
background-color: #CDBDD7;
}
</style>
border-color css
<style>
span { border-color: #CDBDD7; }
span { border-color: rgb(205,189,215); }
td.TdClassName
{
border-color: #CDBDD7;
}
.TagClassName
{
border-color: #CDBDD7;
}
</style>