Shades of Prelude #CCB0DA
Tints of Prelude #CCB0DA
RGB
CMYK
RGB Variations
Color information
#CCB0DA (or 0xCCB0DA) is known color: Prelude. HEX triplet: CC, B0 and DA. RGB value is (204,176,218). Sum of RGB (Red+Green+Blue) = 204+176+218=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0DA is #334F25. Grayscale: #BDBDBD. Windows color (decimal): -3362598 or 14332108. OLE color: 14332108.
HSL color Cylindrical-coordinate representation of color #CCB0DA: hue angle of 280º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCB0DA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 176 | 218 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.15 |
| HSL | 280º | 0.36% | 0.77% | - |
| HSV(B) | 280º | 0.19% | 0.85% | - |
| XYZ | 53.08 | 48.95 | 72.98 | - |
| YUV | 189.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 218 | 0.06 | 0.19 | 0 | 0.15 | 280 | 0.36 | 0.77 |
| Hex | CC | B0 | DA | 6 | 13 | 0 | F | 118 | 24 | 4D |
| Octal | 314 | 260 | 332 | 6 | 23 | 0 | 17 | 430 | 44 | 115 |
| Binary | 11001100 | 10110000 | 11011010 | 110 | 10011 | 0 | 1111 | 100011000 | 100100 | 1001101 |
Color Harmonies of #CCB0DA
Complementary color
Monochromatic Colors of #CCB0DA
Black with #CCB0DA
Text Example
Text Example
White with #CCB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0DA; }
p { color: rgb(204,176,218); }
H1.HeaderClassName
{
color: #CCB0DA;
}
.AnyTagClassName
{
color: #CCB0DA;
}
</style>
background-color css
<style>
a { background-color: #CCB0DA; }
a { background-color: rgb(204,176,218); }
div.DivClassName
{
background-color: #CCB0DA;
}
.BgClassName
{
background-color: #CCB0DA;
}
</style>
border-color css
<style>
span { border-color: #CCB0DA; }
span { border-color: rgb(204,176,218); }
td.TdClassName
{
border-color: #CCB0DA;
}
.TagClassName
{
border-color: #CCB0DA;
}
</style>