Shades of Prelude #CCBCDB
Tints of Prelude #CCBCDB
RGB
CMYK
RGB Variations
Color information
#CCBCDB (or 0xCCBCDB) is known color: Prelude. HEX triplet: CC, BC and DB. RGB value is (204,188,219). Sum of RGB (Red+Green+Blue) = 204+188+219=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCDB is #334324. Grayscale: #C4C4C4. Windows color (decimal): -3359525 or 14400716. OLE color: 14400716.
HSL color Cylindrical-coordinate representation of color #CCBCDB: hue angle of 270.97º 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 #CCBCDB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 188 | 219 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.14 |
| HSL | 270.97º | 0.3% | 0.8% | - |
| HSV(B) | 270.97º | 0.14% | 0.86% | - |
| XYZ | 55.67 | 53.92 | 74.49 | - |
| YUV | 196.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 219 | 0.07 | 0.14 | 0 | 0.14 | 270.97 | 0.3 | 0.8 |
| Hex | CC | BC | DB | 7 | E | 0 | E | 10F | 1E | 50 |
| Octal | 314 | 274 | 333 | 7 | 16 | 0 | 16 | 417 | 36 | 120 |
| Binary | 11001100 | 10111100 | 11011011 | 111 | 1110 | 0 | 1110 | 100001111 | 11110 | 1010000 |
Color Harmonies of #CCBCDB
Complementary color
Monochromatic Colors of #CCBCDB
Black with #CCBCDB
Text Example
Text Example
White with #CCBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCDB; }
p { color: rgb(204,188,219); }
H1.HeaderClassName
{
color: #CCBCDB;
}
.AnyTagClassName
{
color: #CCBCDB;
}
</style>
background-color css
<style>
a { background-color: #CCBCDB; }
a { background-color: rgb(204,188,219); }
div.DivClassName
{
background-color: #CCBCDB;
}
.BgClassName
{
background-color: #CCBCDB;
}
</style>
border-color css
<style>
span { border-color: #CCBCDB; }
span { border-color: rgb(204,188,219); }
td.TdClassName
{
border-color: #CCBCDB;
}
.TagClassName
{
border-color: #CCBCDB;
}
</style>