Shades of Prelude #CCC5CE
Tints of Prelude #CCC5CE
RGB
CMYK
RGB Variations
Color information
#CCC5CE (or 0xCCC5CE) is known color: Prelude. HEX triplet: CC, C5 and CE. RGB value is (204,197,206). Sum of RGB (Red+Green+Blue) = 204+197+206=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5CE is #333A31. Grayscale: #C8C8C8. Windows color (decimal): -3357234 or 13551052. OLE color: 13551052.
HSL color Cylindrical-coordinate representation of color #CCC5CE: hue angle of 286.67º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCC5CE is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 197 | 206 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.19 |
| HSL | 286.67º | 0.08% | 0.79% | - |
| HSV(B) | 286.67º | 0.04% | 0.81% | - |
| XYZ | 56.01 | 57.23 | 66.49 | - |
| YUV | 200.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 206 | 0.01 | 0.04 | 0 | 0.19 | 286.67 | 0.08 | 0.79 |
| Hex | CC | C5 | CE | 1 | 4 | 0 | 13 | 11F | 8 | 4F |
| Octal | 314 | 305 | 316 | 1 | 4 | 0 | 23 | 437 | 10 | 117 |
| Binary | 11001100 | 11000101 | 11001110 | 1 | 100 | 0 | 10011 | 100011111 | 1000 | 1001111 |
Color Harmonies of #CCC5CE
Complementary color
Monochromatic Colors of #CCC5CE
Black with #CCC5CE
Text Example
Text Example
White with #CCC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5CE; }
p { color: rgb(204,197,206); }
H1.HeaderClassName
{
color: #CCC5CE;
}
.AnyTagClassName
{
color: #CCC5CE;
}
</style>
background-color css
<style>
a { background-color: #CCC5CE; }
a { background-color: rgb(204,197,206); }
div.DivClassName
{
background-color: #CCC5CE;
}
.BgClassName
{
background-color: #CCC5CE;
}
</style>
border-color css
<style>
span { border-color: #CCC5CE; }
span { border-color: rgb(204,197,206); }
td.TdClassName
{
border-color: #CCC5CE;
}
.TagClassName
{
border-color: #CCC5CE;
}
</style>