Shades of Prelude #CCC0CE
Tints of Prelude #CCC0CE
RGB
CMYK
RGB Variations
Color information
#CCC0CE (or 0xCCC0CE) is known color: Prelude. HEX triplet: CC, C0 and CE. RGB value is (204,192,206). Sum of RGB (Red+Green+Blue) = 204+192+206=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0CE is #333F31. Grayscale: #C5C5C5. Windows color (decimal): -3358514 or 13549772. OLE color: 13549772.
HSL color Cylindrical-coordinate representation of color #CCC0CE: hue angle of 291.43º degrees, saturation: 0.12, 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 #CCC0CE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 192 | 206 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.19 |
| HSL | 291.43º | 0.13% | 0.78% | - |
| HSV(B) | 291.43º | 0.07% | 0.81% | - |
| XYZ | 54.89 | 54.99 | 66.11 | - |
| YUV | 197.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 206 | 0.01 | 0.07 | 0 | 0.19 | 291.43 | 0.13 | 0.78 |
| Hex | CC | C0 | CE | 1 | 7 | 0 | 13 | 123 | C | 4E |
| Octal | 314 | 300 | 316 | 1 | 7 | 0 | 23 | 443 | 14 | 116 |
| Binary | 11001100 | 11000000 | 11001110 | 1 | 111 | 0 | 10011 | 100100011 | 1100 | 1001110 |
Color Harmonies of #CCC0CE
Complementary color
Monochromatic Colors of #CCC0CE
Black with #CCC0CE
Text Example
Text Example
White with #CCC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0CE; }
p { color: rgb(204,192,206); }
H1.HeaderClassName
{
color: #CCC0CE;
}
.AnyTagClassName
{
color: #CCC0CE;
}
</style>
background-color css
<style>
a { background-color: #CCC0CE; }
a { background-color: rgb(204,192,206); }
div.DivClassName
{
background-color: #CCC0CE;
}
.BgClassName
{
background-color: #CCC0CE;
}
</style>
border-color css
<style>
span { border-color: #CCC0CE; }
span { border-color: rgb(204,192,206); }
td.TdClassName
{
border-color: #CCC0CE;
}
.TagClassName
{
border-color: #CCC0CE;
}
</style>