Shades of Prelude #CCC9CE
Tints of Prelude #CCC9CE
RGB
CMYK
RGB Variations
Color information
#CCC9CE (or 0xCCC9CE) is known color: Prelude. HEX triplet: CC, C9 and CE. RGB value is (204,201,206). Sum of RGB (Red+Green+Blue) = 204+201+206=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9CE is #333631. Grayscale: #CACACA. Windows color (decimal): -3356210 or 13552076. OLE color: 13552076.
HSL color Cylindrical-coordinate representation of color #CCC9CE: hue angle of 276º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCC9CE is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 201 | 206 | - |
CMYK | 0.01 | 0.02 | 0 | 0.19 |
HSL | 276º | 0.05% | 0.8% | - |
HSV(B) | 276º | 0.02% | 0.81% | - |
XYZ | 56.93 | 59.07 | 66.79 | - |
YUV | 202.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 206 | 0.01 | 0.02 | 0 | 0.19 | 276 | 0.05 | 0.8 |
Hex | CC | C9 | CE | 1 | 2 | 0 | 13 | 114 | 5 | 50 |
Octal | 314 | 311 | 316 | 1 | 2 | 0 | 23 | 424 | 5 | 120 |
Binary | 11001100 | 11001001 | 11001110 | 1 | 10 | 0 | 10011 | 100010100 | 101 | 1010000 |
Color Harmonies of #CCC9CE
Complementary color
Monochromatic Colors of #CCC9CE
Black with #CCC9CE
Text Example
Text Example
White with #CCC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9CE; }
p { color: rgb(204,201,206); }
H1.HeaderClassName
{
color: #CCC9CE;
}
.AnyTagClassName
{
color: #CCC9CE;
}
</style>
background-color css
<style>
a { background-color: #CCC9CE; }
a { background-color: rgb(204,201,206); }
div.DivClassName
{
background-color: #CCC9CE;
}
.BgClassName
{
background-color: #CCC9CE;
}
</style>
border-color css
<style>
span { border-color: #CCC9CE; }
span { border-color: rgb(204,201,206); }
td.TdClassName
{
border-color: #CCC9CE;
}
.TagClassName
{
border-color: #CCC9CE;
}
</style>