Shades of Prelude #CDBCDB
Tints of Prelude #CDBCDB
RGB
CMYK
RGB Variations
Color information
#CDBCDB (or 0xCDBCDB) is known color: Prelude. HEX triplet: CD, BC and DB. RGB value is (205,188,219). Sum of RGB (Red+Green+Blue) = 205+188+219=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCDB is #324324. Grayscale: #C4C4C4. Windows color (decimal): -3293989 or 14400717. OLE color: 14400717.
HSL color Cylindrical-coordinate representation of color #CDBCDB: hue angle of 272.9º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDBCDB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 188 | 219 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.14 |
| HSL | 272.9º | 0.3% | 0.8% | - |
| HSV(B) | 272.9º | 0.14% | 0.86% | - |
| XYZ | 55.95 | 54.06 | 74.5 | - |
| YUV | 196.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 219 | 0.06 | 0.14 | 0 | 0.14 | 272.9 | 0.3 | 0.8 |
| Hex | CD | BC | DB | 6 | E | 0 | E | 111 | 1E | 50 |
| Octal | 315 | 274 | 333 | 6 | 16 | 0 | 16 | 421 | 36 | 120 |
| Binary | 11001101 | 10111100 | 11011011 | 110 | 1110 | 0 | 1110 | 100010001 | 11110 | 1010000 |
Color Harmonies of #CDBCDB
Complementary color
Monochromatic Colors of #CDBCDB
Black with #CDBCDB
Text Example
Text Example
White with #CDBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCDB; }
p { color: rgb(205,188,219); }
H1.HeaderClassName
{
color: #CDBCDB;
}
.AnyTagClassName
{
color: #CDBCDB;
}
</style>
background-color css
<style>
a { background-color: #CDBCDB; }
a { background-color: rgb(205,188,219); }
div.DivClassName
{
background-color: #CDBCDB;
}
.BgClassName
{
background-color: #CDBCDB;
}
</style>
border-color css
<style>
span { border-color: #CDBCDB; }
span { border-color: rgb(205,188,219); }
td.TdClassName
{
border-color: #CDBCDB;
}
.TagClassName
{
border-color: #CDBCDB;
}
</style>