Shades of Prelude #CCB0DD
Tints of Prelude #CCB0DD
RGB
CMYK
RGB Variations
Color information
#CCB0DD (or 0xCCB0DD) is known color: Prelude. HEX triplet: CC, B0 and DD. RGB value is (204,176,221). Sum of RGB (Red+Green+Blue) = 204+176+221=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0DD is #334F22. Grayscale: #BDBDBD. Windows color (decimal): -3362595 or 14528716. OLE color: 14528716.
HSL color Cylindrical-coordinate representation of color #CCB0DD: hue angle of 277.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB0DD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 176 | 221 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.13 |
| HSL | 277.33º | 0.4% | 0.78% | - |
| HSV(B) | 277.33º | 0.2% | 0.87% | - |
| XYZ | 53.48 | 49.11 | 75.07 | - |
| YUV | 189.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 221 | 0.08 | 0.20 | 0 | 0.13 | 277.33 | 0.4 | 0.78 |
| Hex | CC | B0 | DD | 8 | 14 | 0 | D | 115 | 28 | 4E |
| Octal | 314 | 260 | 335 | 10 | 24 | 0 | 15 | 425 | 50 | 116 |
| Binary | 11001100 | 10110000 | 11011101 | 1000 | 10100 | 0 | 1101 | 100010101 | 101000 | 1001110 |
Color Harmonies of #CCB0DD
Complementary color
Monochromatic Colors of #CCB0DD
Black with #CCB0DD
Text Example
Text Example
White with #CCB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0DD; }
p { color: rgb(204,176,221); }
H1.HeaderClassName
{
color: #CCB0DD;
}
.AnyTagClassName
{
color: #CCB0DD;
}
</style>
background-color css
<style>
a { background-color: #CCB0DD; }
a { background-color: rgb(204,176,221); }
div.DivClassName
{
background-color: #CCB0DD;
}
.BgClassName
{
background-color: #CCB0DD;
}
</style>
border-color css
<style>
span { border-color: #CCB0DD; }
span { border-color: rgb(204,176,221); }
td.TdClassName
{
border-color: #CCB0DD;
}
.TagClassName
{
border-color: #CCB0DD;
}
</style>