Shades of Prelude #CCBADC
Tints of Prelude #CCBADC
RGB
CMYK
RGB Variations
Color information
#CCBADC (or 0xCCBADC) is known color: Prelude. HEX triplet: CC, BA and DC. RGB value is (204,186,220). Sum of RGB (Red+Green+Blue) = 204+186+220=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBADC is #334523. Grayscale: #C3C3C3. Windows color (decimal): -3360036 or 14465740. OLE color: 14465740.
HSL color Cylindrical-coordinate representation of color #CCBADC: hue angle of 271.76º degrees, saturation: 0.33, 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 #CCBADC is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 186 | 220 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.14 |
| HSL | 271.76º | 0.33% | 0.8% | - |
| HSV(B) | 271.76º | 0.15% | 0.86% | - |
| XYZ | 55.38 | 53.12 | 75.05 | - |
| YUV | 195.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 220 | 0.07 | 0.15 | 0 | 0.14 | 271.76 | 0.33 | 0.8 |
| Hex | CC | BA | DC | 7 | F | 0 | E | 110 | 21 | 50 |
| Octal | 314 | 272 | 334 | 7 | 17 | 0 | 16 | 420 | 41 | 120 |
| Binary | 11001100 | 10111010 | 11011100 | 111 | 1111 | 0 | 1110 | 100010000 | 100001 | 1010000 |
Color Harmonies of #CCBADC
Complementary color
Monochromatic Colors of #CCBADC
Black with #CCBADC
Text Example
Text Example
White with #CCBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBADC; }
p { color: rgb(204,186,220); }
H1.HeaderClassName
{
color: #CCBADC;
}
.AnyTagClassName
{
color: #CCBADC;
}
</style>
background-color css
<style>
a { background-color: #CCBADC; }
a { background-color: rgb(204,186,220); }
div.DivClassName
{
background-color: #CCBADC;
}
.BgClassName
{
background-color: #CCBADC;
}
</style>
border-color css
<style>
span { border-color: #CCBADC; }
span { border-color: rgb(204,186,220); }
td.TdClassName
{
border-color: #CCBADC;
}
.TagClassName
{
border-color: #CCBADC;
}
</style>