Shades of Prelude #CCC1CE
Tints of Prelude #CCC1CE
RGB
CMYK
RGB Variations
Color information
#CCC1CE (or 0xCCC1CE) is known color: Prelude. HEX triplet: CC, C1 and CE. RGB value is (204,193,206). Sum of RGB (Red+Green+Blue) = 204+193+206=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1CE is #333E31. Grayscale: #C5C5C5. Windows color (decimal): -3358258 or 13550028. OLE color: 13550028.
HSL color Cylindrical-coordinate representation of color #CCC1CE: hue angle of 290.77º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC1CE is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 193 | 206 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.19 |
| HSL | 290.77º | 0.12% | 0.78% | - |
| HSV(B) | 290.77º | 0.06% | 0.81% | - |
| XYZ | 55.11 | 55.43 | 66.19 | - |
| YUV | 197.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 206 | 0.01 | 0.06 | 0 | 0.19 | 290.77 | 0.12 | 0.78 |
| Hex | CC | C1 | CE | 1 | 6 | 0 | 13 | 123 | C | 4E |
| Octal | 314 | 301 | 316 | 1 | 6 | 0 | 23 | 443 | 14 | 116 |
| Binary | 11001100 | 11000001 | 11001110 | 1 | 110 | 0 | 10011 | 100100011 | 1100 | 1001110 |
Color Harmonies of #CCC1CE
Complementary color
Monochromatic Colors of #CCC1CE
Black with #CCC1CE
Text Example
Text Example
White with #CCC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1CE; }
p { color: rgb(204,193,206); }
H1.HeaderClassName
{
color: #CCC1CE;
}
.AnyTagClassName
{
color: #CCC1CE;
}
</style>
background-color css
<style>
a { background-color: #CCC1CE; }
a { background-color: rgb(204,193,206); }
div.DivClassName
{
background-color: #CCC1CE;
}
.BgClassName
{
background-color: #CCC1CE;
}
</style>
border-color css
<style>
span { border-color: #CCC1CE; }
span { border-color: rgb(204,193,206); }
td.TdClassName
{
border-color: #CCC1CE;
}
.TagClassName
{
border-color: #CCC1CE;
}
</style>