Shades of Prelude #CCBBDC
Tints of Prelude #CCBBDC
RGB
CMYK
RGB Variations
Color information
#CCBBDC (or 0xCCBBDC) is known color: Prelude. HEX triplet: CC, BB and DC. RGB value is (204,187,220). Sum of RGB (Red+Green+Blue) = 204+187+220=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBDC is #334423. Grayscale: #C3C3C3. Windows color (decimal): -3359780 or 14465996. OLE color: 14465996.
HSL color Cylindrical-coordinate representation of color #CCBBDC: hue angle of 270.91º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBBDC is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 187 | 220 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.14 |
| HSL | 270.91º | 0.32% | 0.8% | - |
| HSV(B) | 270.91º | 0.15% | 0.86% | - |
| XYZ | 55.59 | 53.55 | 75.12 | - |
| YUV | 195.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 220 | 0.07 | 0.15 | 0 | 0.14 | 270.91 | 0.32 | 0.8 |
| Hex | CC | BB | DC | 7 | F | 0 | E | 10F | 20 | 50 |
| Octal | 314 | 273 | 334 | 7 | 17 | 0 | 16 | 417 | 40 | 120 |
| Binary | 11001100 | 10111011 | 11011100 | 111 | 1111 | 0 | 1110 | 100001111 | 100000 | 1010000 |
Color Harmonies of #CCBBDC
Complementary color
Monochromatic Colors of #CCBBDC
Black with #CCBBDC
Text Example
Text Example
White with #CCBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBDC; }
p { color: rgb(204,187,220); }
H1.HeaderClassName
{
color: #CCBBDC;
}
.AnyTagClassName
{
color: #CCBBDC;
}
</style>
background-color css
<style>
a { background-color: #CCBBDC; }
a { background-color: rgb(204,187,220); }
div.DivClassName
{
background-color: #CCBBDC;
}
.BgClassName
{
background-color: #CCBBDC;
}
</style>
border-color css
<style>
span { border-color: #CCBBDC; }
span { border-color: rgb(204,187,220); }
td.TdClassName
{
border-color: #CCBBDC;
}
.TagClassName
{
border-color: #CCBBDC;
}
</style>