Shades of Prelude #CDBCD8
Tints of Prelude #CDBCD8
RGB
CMYK
RGB Variations
Color information
#CDBCD8 (or 0xCDBCD8) is known color: Prelude. HEX triplet: CD, BC and D8. RGB value is (205,188,216). Sum of RGB (Red+Green+Blue) = 205+188+216=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCD8 is #324327. Grayscale: #C4C4C4. Windows color (decimal): -3293992 or 14204109. OLE color: 14204109.
HSL color Cylindrical-coordinate representation of color #CDBCD8: hue angle of 276.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDBCD8 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 188 | 216 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.15 |
| HSL | 276.43º | 0.26% | 0.79% | - |
| HSV(B) | 276.43º | 0.13% | 0.85% | - |
| XYZ | 55.55 | 53.9 | 72.44 | - |
| YUV | 196.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 216 | 0.05 | 0.13 | 0 | 0.15 | 276.43 | 0.26 | 0.79 |
| Hex | CD | BC | D8 | 5 | D | 0 | F | 114 | 1A | 4F |
| Octal | 315 | 274 | 330 | 5 | 15 | 0 | 17 | 424 | 32 | 117 |
| Binary | 11001101 | 10111100 | 11011000 | 101 | 1101 | 0 | 1111 | 100010100 | 11010 | 1001111 |
Color Harmonies of #CDBCD8
Complementary color
Monochromatic Colors of #CDBCD8
Black with #CDBCD8
Text Example
Text Example
White with #CDBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCD8; }
p { color: rgb(205,188,216); }
H1.HeaderClassName
{
color: #CDBCD8;
}
.AnyTagClassName
{
color: #CDBCD8;
}
</style>
background-color css
<style>
a { background-color: #CDBCD8; }
a { background-color: rgb(205,188,216); }
div.DivClassName
{
background-color: #CDBCD8;
}
.BgClassName
{
background-color: #CDBCD8;
}
</style>
border-color css
<style>
span { border-color: #CDBCD8; }
span { border-color: rgb(205,188,216); }
td.TdClassName
{
border-color: #CDBCD8;
}
.TagClassName
{
border-color: #CDBCD8;
}
</style>