Shades of Prelude #CCB6DC
Tints of Prelude #CCB6DC
RGB
CMYK
RGB Variations
Color information
#CCB6DC (or 0xCCB6DC) is known color: Prelude. HEX triplet: CC, B6 and DC. RGB value is (204,182,220). Sum of RGB (Red+Green+Blue) = 204+182+220=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6DC is #334923. Grayscale: #C0C0C0. Windows color (decimal): -3361060 or 14464716. OLE color: 14464716.
HSL color Cylindrical-coordinate representation of color #CCB6DC: hue angle of 274.74º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB6DC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 182 | 220 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.14 |
| HSL | 274.74º | 0.35% | 0.79% | - |
| HSV(B) | 274.74º | 0.17% | 0.86% | - |
| XYZ | 54.55 | 51.46 | 74.77 | - |
| YUV | 192.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 220 | 0.07 | 0.17 | 0 | 0.14 | 274.74 | 0.35 | 0.79 |
| Hex | CC | B6 | DC | 7 | 11 | 0 | E | 113 | 23 | 4F |
| Octal | 314 | 266 | 334 | 7 | 21 | 0 | 16 | 423 | 43 | 117 |
| Binary | 11001100 | 10110110 | 11011100 | 111 | 10001 | 0 | 1110 | 100010011 | 100011 | 1001111 |
Color Harmonies of #CCB6DC
Complementary color
Monochromatic Colors of #CCB6DC
Black with #CCB6DC
Text Example
Text Example
White with #CCB6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6DC; }
p { color: rgb(204,182,220); }
H1.HeaderClassName
{
color: #CCB6DC;
}
.AnyTagClassName
{
color: #CCB6DC;
}
</style>
background-color css
<style>
a { background-color: #CCB6DC; }
a { background-color: rgb(204,182,220); }
div.DivClassName
{
background-color: #CCB6DC;
}
.BgClassName
{
background-color: #CCB6DC;
}
</style>
border-color css
<style>
span { border-color: #CCB6DC; }
span { border-color: rgb(204,182,220); }
td.TdClassName
{
border-color: #CCB6DC;
}
.TagClassName
{
border-color: #CCB6DC;
}
</style>