Shades of Prelude #CCC2CE
Tints of Prelude #CCC2CE
RGB
CMYK
RGB Variations
Color information
#CCC2CE (or 0xCCC2CE) is known color: Prelude. HEX triplet: CC, C2 and CE. RGB value is (204,194,206). Sum of RGB (Red+Green+Blue) = 204+194+206=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2CE is #333D31. Grayscale: #C6C6C6. Windows color (decimal): -3358002 or 13550284. OLE color: 13550284.
HSL color Cylindrical-coordinate representation of color #CCC2CE: hue angle of 290º degrees, saturation: 0.11, 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 #CCC2CE is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 194 | 206 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.19 |
| HSL | 290º | 0.11% | 0.78% | - |
| HSV(B) | 290º | 0.06% | 0.81% | - |
| XYZ | 55.33 | 55.88 | 66.26 | - |
| YUV | 198.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 206 | 0.01 | 0.06 | 0 | 0.19 | 290 | 0.11 | 0.78 |
| Hex | CC | C2 | CE | 1 | 6 | 0 | 13 | 122 | B | 4E |
| Octal | 314 | 302 | 316 | 1 | 6 | 0 | 23 | 442 | 13 | 116 |
| Binary | 11001100 | 11000010 | 11001110 | 1 | 110 | 0 | 10011 | 100100010 | 1011 | 1001110 |
Color Harmonies of #CCC2CE
Complementary color
Monochromatic Colors of #CCC2CE
Black with #CCC2CE
Text Example
Text Example
White with #CCC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2CE; }
p { color: rgb(204,194,206); }
H1.HeaderClassName
{
color: #CCC2CE;
}
.AnyTagClassName
{
color: #CCC2CE;
}
</style>
background-color css
<style>
a { background-color: #CCC2CE; }
a { background-color: rgb(204,194,206); }
div.DivClassName
{
background-color: #CCC2CE;
}
.BgClassName
{
background-color: #CCC2CE;
}
</style>
border-color css
<style>
span { border-color: #CCC2CE; }
span { border-color: rgb(204,194,206); }
td.TdClassName
{
border-color: #CCC2CE;
}
.TagClassName
{
border-color: #CCC2CE;
}
</style>