Shades of Prelude #CCBAD0
Tints of Prelude #CCBAD0
RGB
CMYK
RGB Variations
Color information
#CCBAD0 (or 0xCCBAD0) is known color: Prelude. HEX triplet: CC, BA and D0. RGB value is (204,186,208). Sum of RGB (Red+Green+Blue) = 204+186+208=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAD0 is #33452F. Grayscale: #C1C1C1. Windows color (decimal): -3360048 or 13679308. OLE color: 13679308.
HSL color Cylindrical-coordinate representation of color #CCBAD0: hue angle of 289.09º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBAD0 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 186 | 208 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.18 |
| HSL | 289.09º | 0.19% | 0.77% | - |
| HSV(B) | 289.09º | 0.11% | 0.82% | - |
| XYZ | 53.85 | 52.51 | 66.97 | - |
| YUV | 193.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 208 | 0.02 | 0.11 | 0 | 0.18 | 289.09 | 0.19 | 0.77 |
| Hex | CC | BA | D0 | 2 | B | 0 | 12 | 121 | 13 | 4D |
| Octal | 314 | 272 | 320 | 2 | 13 | 0 | 22 | 441 | 23 | 115 |
| Binary | 11001100 | 10111010 | 11010000 | 10 | 1011 | 0 | 10010 | 100100001 | 10011 | 1001101 |
Color Harmonies of #CCBAD0
Complementary color
Monochromatic Colors of #CCBAD0
Black with #CCBAD0
Text Example
Text Example
White with #CCBAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAD0; }
p { color: rgb(204,186,208); }
H1.HeaderClassName
{
color: #CCBAD0;
}
.AnyTagClassName
{
color: #CCBAD0;
}
</style>
background-color css
<style>
a { background-color: #CCBAD0; }
a { background-color: rgb(204,186,208); }
div.DivClassName
{
background-color: #CCBAD0;
}
.BgClassName
{
background-color: #CCBAD0;
}
</style>
border-color css
<style>
span { border-color: #CCBAD0; }
span { border-color: rgb(204,186,208); }
td.TdClassName
{
border-color: #CCBAD0;
}
.TagClassName
{
border-color: #CCBAD0;
}
</style>