Shades of Prelude #CCB0D8
Tints of Prelude #CCB0D8
RGB
CMYK
RGB Variations
Color information
#CCB0D8 (or 0xCCB0D8) is known color: Prelude. HEX triplet: CC, B0 and D8. RGB value is (204,176,216). Sum of RGB (Red+Green+Blue) = 204+176+216=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCB0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0D8 is #334F27. Grayscale: #BCBCBC. Windows color (decimal): -3362600 or 14201036. OLE color: 14201036.
HSL color Cylindrical-coordinate representation of color #CCB0D8: hue angle of 282º degrees, saturation: 0.34, 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 #CCB0D8 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 176 | 216 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.15 |
| HSL | 282º | 0.34% | 0.77% | - |
| HSV(B) | 282º | 0.19% | 0.85% | - |
| XYZ | 52.82 | 48.85 | 71.61 | - |
| YUV | 188.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 216 | 0.06 | 0.19 | 0 | 0.15 | 282 | 0.34 | 0.77 |
| Hex | CC | B0 | D8 | 6 | 13 | 0 | F | 11A | 22 | 4D |
| Octal | 314 | 260 | 330 | 6 | 23 | 0 | 17 | 432 | 42 | 115 |
| Binary | 11001100 | 10110000 | 11011000 | 110 | 10011 | 0 | 1111 | 100011010 | 100010 | 1001101 |
Color Harmonies of #CCB0D8
Complementary color
Monochromatic Colors of #CCB0D8
Black with #CCB0D8
Text Example
Text Example
White with #CCB0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0D8; }
p { color: rgb(204,176,216); }
H1.HeaderClassName
{
color: #CCB0D8;
}
.AnyTagClassName
{
color: #CCB0D8;
}
</style>
background-color css
<style>
a { background-color: #CCB0D8; }
a { background-color: rgb(204,176,216); }
div.DivClassName
{
background-color: #CCB0D8;
}
.BgClassName
{
background-color: #CCB0D8;
}
</style>
border-color css
<style>
span { border-color: #CCB0D8; }
span { border-color: rgb(204,176,216); }
td.TdClassName
{
border-color: #CCB0D8;
}
.TagClassName
{
border-color: #CCB0D8;
}
</style>