Shades of Prelude #CCC0CF
Tints of Prelude #CCC0CF
RGB
CMYK
RGB Variations
Color information
#CCC0CF (or 0xCCC0CF) is known color: Prelude. HEX triplet: CC, C0 and CF. RGB value is (204,192,207). Sum of RGB (Red+Green+Blue) = 204+192+207=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0CF is #333F30. Grayscale: #C5C5C5. Windows color (decimal): -3358513 or 13615308. OLE color: 13615308.
HSL color Cylindrical-coordinate representation of color #CCC0CF: hue angle of 288º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCC0CF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 192 | 207 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.19 |
| HSL | 288º | 0.14% | 0.78% | - |
| HSV(B) | 288º | 0.07% | 0.81% | - |
| XYZ | 55.01 | 55.04 | 66.76 | - |
| YUV | 197.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 207 | 0.01 | 0.07 | 0 | 0.19 | 288 | 0.14 | 0.78 |
| Hex | CC | C0 | CF | 1 | 7 | 0 | 13 | 120 | E | 4E |
| Octal | 314 | 300 | 317 | 1 | 7 | 0 | 23 | 440 | 16 | 116 |
| Binary | 11001100 | 11000000 | 11001111 | 1 | 111 | 0 | 10011 | 100100000 | 1110 | 1001110 |
Color Harmonies of #CCC0CF
Complementary color
Monochromatic Colors of #CCC0CF
Black with #CCC0CF
Text Example
Text Example
White with #CCC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0CF; }
p { color: rgb(204,192,207); }
H1.HeaderClassName
{
color: #CCC0CF;
}
.AnyTagClassName
{
color: #CCC0CF;
}
</style>
background-color css
<style>
a { background-color: #CCC0CF; }
a { background-color: rgb(204,192,207); }
div.DivClassName
{
background-color: #CCC0CF;
}
.BgClassName
{
background-color: #CCC0CF;
}
</style>
border-color css
<style>
span { border-color: #CCC0CF; }
span { border-color: rgb(204,192,207); }
td.TdClassName
{
border-color: #CCC0CF;
}
.TagClassName
{
border-color: #CCC0CF;
}
</style>