Shades of Prelude #CCBCD9
Tints of Prelude #CCBCD9
RGB
CMYK
RGB Variations
Color information
#CCBCD9 (or 0xCCBCD9) is known color: Prelude. HEX triplet: CC, BC and D9. RGB value is (204,188,217). Sum of RGB (Red+Green+Blue) = 204+188+217=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCD9 is #334326. Grayscale: #C3C3C3. Windows color (decimal): -3359527 or 14269644. OLE color: 14269644.
HSL color Cylindrical-coordinate representation of color #CCBCD9: hue angle of 273.1º degrees, saturation: 0.28, 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 #CCBCD9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 188 | 217 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.15 |
| HSL | 273.1º | 0.28% | 0.79% | - |
| HSV(B) | 273.1º | 0.13% | 0.85% | - |
| XYZ | 55.41 | 53.81 | 73.11 | - |
| YUV | 196.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 217 | 0.06 | 0.13 | 0 | 0.15 | 273.1 | 0.28 | 0.79 |
| Hex | CC | BC | D9 | 6 | D | 0 | F | 111 | 1C | 4F |
| Octal | 314 | 274 | 331 | 6 | 15 | 0 | 17 | 421 | 34 | 117 |
| Binary | 11001100 | 10111100 | 11011001 | 110 | 1101 | 0 | 1111 | 100010001 | 11100 | 1001111 |
Color Harmonies of #CCBCD9
Complementary color
Monochromatic Colors of #CCBCD9
Black with #CCBCD9
Text Example
Text Example
White with #CCBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCD9; }
p { color: rgb(204,188,217); }
H1.HeaderClassName
{
color: #CCBCD9;
}
.AnyTagClassName
{
color: #CCBCD9;
}
</style>
background-color css
<style>
a { background-color: #CCBCD9; }
a { background-color: rgb(204,188,217); }
div.DivClassName
{
background-color: #CCBCD9;
}
.BgClassName
{
background-color: #CCBCD9;
}
</style>
border-color css
<style>
span { border-color: #CCBCD9; }
span { border-color: rgb(204,188,217); }
td.TdClassName
{
border-color: #CCBCD9;
}
.TagClassName
{
border-color: #CCBCD9;
}
</style>