Shades of Prelude #CCBACF
Tints of Prelude #CCBACF
RGB
CMYK
RGB Variations
Color information
#CCBACF (or 0xCCBACF) is known color: Prelude. HEX triplet: CC, BA and CF. RGB value is (204,186,207). Sum of RGB (Red+Green+Blue) = 204+186+207=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCBACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBACF is #334530. Grayscale: #C1C1C1. Windows color (decimal): -3360049 or 13613772. OLE color: 13613772.
HSL color Cylindrical-coordinate representation of color #CCBACF: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBACF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 186 | 207 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.19 |
| HSL | 291.43º | 0.18% | 0.77% | - |
| HSV(B) | 291.43º | 0.1% | 0.81% | - |
| XYZ | 53.72 | 52.46 | 66.33 | - |
| YUV | 193.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 207 | 0.01 | 0.10 | 0 | 0.19 | 291.43 | 0.18 | 0.77 |
| Hex | CC | BA | CF | 1 | A | 0 | 13 | 123 | 12 | 4D |
| Octal | 314 | 272 | 317 | 1 | 12 | 0 | 23 | 443 | 22 | 115 |
| Binary | 11001100 | 10111010 | 11001111 | 1 | 1010 | 0 | 10011 | 100100011 | 10010 | 1001101 |
Color Harmonies of #CCBACF
Complementary color
Monochromatic Colors of #CCBACF
Black with #CCBACF
Text Example
Text Example
White with #CCBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBACF; }
p { color: rgb(204,186,207); }
H1.HeaderClassName
{
color: #CCBACF;
}
.AnyTagClassName
{
color: #CCBACF;
}
</style>
background-color css
<style>
a { background-color: #CCBACF; }
a { background-color: rgb(204,186,207); }
div.DivClassName
{
background-color: #CCBACF;
}
.BgClassName
{
background-color: #CCBACF;
}
</style>
border-color css
<style>
span { border-color: #CCBACF; }
span { border-color: rgb(204,186,207); }
td.TdClassName
{
border-color: #CCBACF;
}
.TagClassName
{
border-color: #CCBACF;
}
</style>