Shades of Prelude #CCB3DD
Tints of Prelude #CCB3DD
RGB
CMYK
RGB Variations
Color information
#CCB3DD (or 0xCCB3DD) is known color: Prelude. HEX triplet: CC, B3 and DD. RGB value is (204,179,221). Sum of RGB (Red+Green+Blue) = 204+179+221=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3DD is #334C22. Grayscale: #BFBFBF. Windows color (decimal): -3361827 or 14529484. OLE color: 14529484.
HSL color Cylindrical-coordinate representation of color #CCB3DD: hue angle of 275.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCB3DD is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 179 | 221 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.13 |
| HSL | 275.71º | 0.38% | 0.78% | - |
| HSV(B) | 275.71º | 0.19% | 0.87% | - |
| XYZ | 54.07 | 50.3 | 75.27 | - |
| YUV | 191.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 221 | 0.08 | 0.19 | 0 | 0.13 | 275.71 | 0.38 | 0.78 |
| Hex | CC | B3 | DD | 8 | 13 | 0 | D | 114 | 26 | 4E |
| Octal | 314 | 263 | 335 | 10 | 23 | 0 | 15 | 424 | 46 | 116 |
| Binary | 11001100 | 10110011 | 11011101 | 1000 | 10011 | 0 | 1101 | 100010100 | 100110 | 1001110 |
Color Harmonies of #CCB3DD
Complementary color
Monochromatic Colors of #CCB3DD
Black with #CCB3DD
Text Example
Text Example
White with #CCB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3DD; }
p { color: rgb(204,179,221); }
H1.HeaderClassName
{
color: #CCB3DD;
}
.AnyTagClassName
{
color: #CCB3DD;
}
</style>
background-color css
<style>
a { background-color: #CCB3DD; }
a { background-color: rgb(204,179,221); }
div.DivClassName
{
background-color: #CCB3DD;
}
.BgClassName
{
background-color: #CCB3DD;
}
</style>
border-color css
<style>
span { border-color: #CCB3DD; }
span { border-color: rgb(204,179,221); }
td.TdClassName
{
border-color: #CCB3DD;
}
.TagClassName
{
border-color: #CCB3DD;
}
</style>