Shades of Prelude #CCC0D6
Tints of Prelude #CCC0D6
RGB
CMYK
RGB Variations
Color information
#CCC0D6 (or 0xCCC0D6) is known color: Prelude. HEX triplet: CC, C0 and D6. RGB value is (204,192,214). Sum of RGB (Red+Green+Blue) = 204+192+214=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCC0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0D6 is #333F29. Grayscale: #C6C6C6. Windows color (decimal): -3358506 or 14074060. OLE color: 14074060.
HSL color Cylindrical-coordinate representation of color #CCC0D6: hue angle of 272.73º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC0D6 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 192 | 214 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.16 |
| HSL | 272.73º | 0.21% | 0.8% | - |
| HSV(B) | 272.73º | 0.1% | 0.84% | - |
| XYZ | 55.89 | 55.39 | 71.36 | - |
| YUV | 198.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 214 | 0.05 | 0.10 | 0 | 0.16 | 272.73 | 0.21 | 0.8 |
| Hex | CC | C0 | D6 | 5 | A | 0 | 10 | 111 | 15 | 50 |
| Octal | 314 | 300 | 326 | 5 | 12 | 0 | 20 | 421 | 25 | 120 |
| Binary | 11001100 | 11000000 | 11010110 | 101 | 1010 | 0 | 10000 | 100010001 | 10101 | 1010000 |
Color Harmonies of #CCC0D6
Complementary color
Monochromatic Colors of #CCC0D6
Black with #CCC0D6
Text Example
Text Example
White with #CCC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0D6; }
p { color: rgb(204,192,214); }
H1.HeaderClassName
{
color: #CCC0D6;
}
.AnyTagClassName
{
color: #CCC0D6;
}
</style>
background-color css
<style>
a { background-color: #CCC0D6; }
a { background-color: rgb(204,192,214); }
div.DivClassName
{
background-color: #CCC0D6;
}
.BgClassName
{
background-color: #CCC0D6;
}
</style>
border-color css
<style>
span { border-color: #CCC0D6; }
span { border-color: rgb(204,192,214); }
td.TdClassName
{
border-color: #CCC0D6;
}
.TagClassName
{
border-color: #CCC0D6;
}
</style>