Shades of Prelude #CCB0D6
Tints of Prelude #CCB0D6
RGB
CMYK
RGB Variations
Color information
#CCB0D6 (or 0xCCB0D6) is known color: Prelude. HEX triplet: CC, B0 and D6. RGB value is (204,176,214). Sum of RGB (Red+Green+Blue) = 204+176+214=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCB0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0D6 is #334F29. Grayscale: #BCBCBC. Windows color (decimal): -3362602 or 14069964. OLE color: 14069964.
HSL color Cylindrical-coordinate representation of color #CCB0D6: hue angle of 284.21º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB0D6 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 176 | 214 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.16 |
| HSL | 284.21º | 0.32% | 0.76% | - |
| HSV(B) | 284.21º | 0.18% | 0.84% | - |
| XYZ | 52.56 | 48.74 | 70.26 | - |
| YUV | 188.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 214 | 0.05 | 0.18 | 0 | 0.16 | 284.21 | 0.32 | 0.76 |
| Hex | CC | B0 | D6 | 5 | 12 | 0 | 10 | 11C | 20 | 4C |
| Octal | 314 | 260 | 326 | 5 | 22 | 0 | 20 | 434 | 40 | 114 |
| Binary | 11001100 | 10110000 | 11010110 | 101 | 10010 | 0 | 10000 | 100011100 | 100000 | 1001100 |
Color Harmonies of #CCB0D6
Complementary color
Monochromatic Colors of #CCB0D6
Black with #CCB0D6
Text Example
Text Example
White with #CCB0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0D6; }
p { color: rgb(204,176,214); }
H1.HeaderClassName
{
color: #CCB0D6;
}
.AnyTagClassName
{
color: #CCB0D6;
}
</style>
background-color css
<style>
a { background-color: #CCB0D6; }
a { background-color: rgb(204,176,214); }
div.DivClassName
{
background-color: #CCB0D6;
}
.BgClassName
{
background-color: #CCB0D6;
}
</style>
border-color css
<style>
span { border-color: #CCB0D6; }
span { border-color: rgb(204,176,214); }
td.TdClassName
{
border-color: #CCB0D6;
}
.TagClassName
{
border-color: #CCB0D6;
}
</style>