Shades of Prelude #CDBCD5
Tints of Prelude #CDBCD5
RGB
CMYK
RGB Variations
Color information
#CDBCD5 (or 0xCDBCD5) is known color: Prelude. HEX triplet: CD, BC and D5. RGB value is (205,188,213). Sum of RGB (Red+Green+Blue) = 205+188+213=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCD5 is #32432A. Grayscale: #C3C3C3. Windows color (decimal): -3293995 or 14007501. OLE color: 14007501.
HSL color Cylindrical-coordinate representation of color #CDBCD5: hue angle of 280.8º 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 #CDBCD5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 188 | 213 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.16 |
| HSL | 280.8º | 0.23% | 0.79% | - |
| HSV(B) | 280.8º | 0.12% | 0.84% | - |
| XYZ | 55.17 | 53.75 | 70.42 | - |
| YUV | 195.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 213 | 0.04 | 0.12 | 0 | 0.16 | 280.8 | 0.23 | 0.79 |
| Hex | CD | BC | D5 | 4 | C | 0 | 10 | 119 | 17 | 4F |
| Octal | 315 | 274 | 325 | 4 | 14 | 0 | 20 | 431 | 27 | 117 |
| Binary | 11001101 | 10111100 | 11010101 | 100 | 1100 | 0 | 10000 | 100011001 | 10111 | 1001111 |
Color Harmonies of #CDBCD5
Complementary color
Monochromatic Colors of #CDBCD5
Black with #CDBCD5
Text Example
Text Example
White with #CDBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCD5; }
p { color: rgb(205,188,213); }
H1.HeaderClassName
{
color: #CDBCD5;
}
.AnyTagClassName
{
color: #CDBCD5;
}
</style>
background-color css
<style>
a { background-color: #CDBCD5; }
a { background-color: rgb(205,188,213); }
div.DivClassName
{
background-color: #CDBCD5;
}
.BgClassName
{
background-color: #CDBCD5;
}
</style>
border-color css
<style>
span { border-color: #CDBCD5; }
span { border-color: rgb(205,188,213); }
td.TdClassName
{
border-color: #CDBCD5;
}
.TagClassName
{
border-color: #CDBCD5;
}
</style>