Shades of Prelude #CCC9CD
Tints of Prelude #CCC9CD
RGB
CMYK
RGB Variations
Color information
#CCC9CD (or 0xCCC9CD) is known color: Prelude. HEX triplet: CC, C9 and CD. RGB value is (204,201,205). Sum of RGB (Red+Green+Blue) = 204+201+205=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9CD is #333632. Grayscale: #CACACA. Windows color (decimal): -3356211 or 13486540. OLE color: 13486540.
HSL color Cylindrical-coordinate representation of color #CCC9CD: hue angle of 285º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCC9CD is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 201 | 205 | - |
CMYK | 0.00 | 0.02 | 0 | 0.20 |
HSL | 285º | 0.04% | 0.8% | - |
HSV(B) | 285º | 0.02% | 0.8% | - |
XYZ | 56.81 | 59.02 | 66.16 | - |
YUV | 202.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 205 | 0.00 | 0.02 | 0 | 0.20 | 285 | 0.04 | 0.8 |
Hex | CC | C9 | CD | 0 | 2 | 0 | 14 | 11D | 4 | 50 |
Octal | 314 | 311 | 315 | 0 | 2 | 0 | 24 | 435 | 4 | 120 |
Binary | 11001100 | 11001001 | 11001101 | 0 | 10 | 0 | 10100 | 100011101 | 100 | 1010000 |
Color Harmonies of #CCC9CD
Complementary color
Monochromatic Colors of #CCC9CD
Black with #CCC9CD
Text Example
Text Example
White with #CCC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9CD; }
p { color: rgb(204,201,205); }
H1.HeaderClassName
{
color: #CCC9CD;
}
.AnyTagClassName
{
color: #CCC9CD;
}
</style>
background-color css
<style>
a { background-color: #CCC9CD; }
a { background-color: rgb(204,201,205); }
div.DivClassName
{
background-color: #CCC9CD;
}
.BgClassName
{
background-color: #CCC9CD;
}
</style>
border-color css
<style>
span { border-color: #CCC9CD; }
span { border-color: rgb(204,201,205); }
td.TdClassName
{
border-color: #CCC9CD;
}
.TagClassName
{
border-color: #CCC9CD;
}
</style>