Shades of Prelude #CDBCDA
Tints of Prelude #CDBCDA
RGB
CMYK
RGB Variations
Color information
#CDBCDA (or 0xCDBCDA) is known color: Prelude. HEX triplet: CD, BC and DA. RGB value is (205,188,218). Sum of RGB (Red+Green+Blue) = 205+188+218=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCDA is #324325. Grayscale: #C4C4C4. Windows color (decimal): -3293990 or 14335181. OLE color: 14335181.
HSL color Cylindrical-coordinate representation of color #CDBCDA: hue angle of 274º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDBCDA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 188 | 218 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.15 |
| HSL | 274º | 0.29% | 0.8% | - |
| HSV(B) | 274º | 0.14% | 0.85% | - |
| XYZ | 55.81 | 54.01 | 73.81 | - |
| YUV | 196.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 218 | 0.06 | 0.14 | 0 | 0.15 | 274 | 0.29 | 0.8 |
| Hex | CD | BC | DA | 6 | E | 0 | F | 112 | 1D | 50 |
| Octal | 315 | 274 | 332 | 6 | 16 | 0 | 17 | 422 | 35 | 120 |
| Binary | 11001101 | 10111100 | 11011010 | 110 | 1110 | 0 | 1111 | 100010010 | 11101 | 1010000 |
Color Harmonies of #CDBCDA
Complementary color
Monochromatic Colors of #CDBCDA
Black with #CDBCDA
Text Example
Text Example
White with #CDBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCDA; }
p { color: rgb(205,188,218); }
H1.HeaderClassName
{
color: #CDBCDA;
}
.AnyTagClassName
{
color: #CDBCDA;
}
</style>
background-color css
<style>
a { background-color: #CDBCDA; }
a { background-color: rgb(205,188,218); }
div.DivClassName
{
background-color: #CDBCDA;
}
.BgClassName
{
background-color: #CDBCDA;
}
</style>
border-color css
<style>
span { border-color: #CDBCDA; }
span { border-color: rgb(205,188,218); }
td.TdClassName
{
border-color: #CDBCDA;
}
.TagClassName
{
border-color: #CDBCDA;
}
</style>