Shades of Prelude #CDBDD6
Tints of Prelude #CDBDD6
RGB
CMYK
RGB Variations
Color information
#CDBDD6 (or 0xCDBDD6) is known color: Prelude. HEX triplet: CD, BD and D6. RGB value is (205,189,214). Sum of RGB (Red+Green+Blue) = 205+189+214=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDD6 is #324229. Grayscale: #C4C4C4. Windows color (decimal): -3293738 or 14073293. OLE color: 14073293.
HSL color Cylindrical-coordinate representation of color #CDBDD6: hue angle of 278.4º degrees, saturation: 0.23, 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 #CDBDD6 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 189 | 214 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.16 |
| HSL | 278.4º | 0.23% | 0.79% | - |
| HSV(B) | 278.4º | 0.12% | 0.84% | - |
| XYZ | 55.51 | 54.23 | 71.16 | - |
| YUV | 196.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 214 | 0.04 | 0.12 | 0 | 0.16 | 278.4 | 0.23 | 0.79 |
| Hex | CD | BD | D6 | 4 | C | 0 | 10 | 116 | 17 | 4F |
| Octal | 315 | 275 | 326 | 4 | 14 | 0 | 20 | 426 | 27 | 117 |
| Binary | 11001101 | 10111101 | 11010110 | 100 | 1100 | 0 | 10000 | 100010110 | 10111 | 1001111 |
Color Harmonies of #CDBDD6
Complementary color
Monochromatic Colors of #CDBDD6
Black with #CDBDD6
Text Example
Text Example
White with #CDBDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDD6; }
p { color: rgb(205,189,214); }
H1.HeaderClassName
{
color: #CDBDD6;
}
.AnyTagClassName
{
color: #CDBDD6;
}
</style>
background-color css
<style>
a { background-color: #CDBDD6; }
a { background-color: rgb(205,189,214); }
div.DivClassName
{
background-color: #CDBDD6;
}
.BgClassName
{
background-color: #CDBDD6;
}
</style>
border-color css
<style>
span { border-color: #CDBDD6; }
span { border-color: rgb(205,189,214); }
td.TdClassName
{
border-color: #CDBDD6;
}
.TagClassName
{
border-color: #CDBDD6;
}
</style>