Shades of Prelude #CCB5D8
Tints of Prelude #CCB5D8
RGB
CMYK
RGB Variations
Color information
#CCB5D8 (or 0xCCB5D8) is known color: Prelude. HEX triplet: CC, B5 and D8. RGB value is (204,181,216). Sum of RGB (Red+Green+Blue) = 204+181+216=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCB5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5D8 is #334A27. Grayscale: #BFBFBF. Windows color (decimal): -3361320 or 14202316. OLE color: 14202316.
HSL color Cylindrical-coordinate representation of color #CCB5D8: hue angle of 279.43º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB5D8 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 181 | 216 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.15 |
| HSL | 279.43º | 0.31% | 0.78% | - |
| HSV(B) | 279.43º | 0.16% | 0.85% | - |
| XYZ | 53.82 | 50.84 | 71.94 | - |
| YUV | 191.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 216 | 0.06 | 0.16 | 0 | 0.15 | 279.43 | 0.31 | 0.78 |
| Hex | CC | B5 | D8 | 6 | 10 | 0 | F | 117 | 1F | 4E |
| Octal | 314 | 265 | 330 | 6 | 20 | 0 | 17 | 427 | 37 | 116 |
| Binary | 11001100 | 10110101 | 11011000 | 110 | 10000 | 0 | 1111 | 100010111 | 11111 | 1001110 |
Color Harmonies of #CCB5D8
Complementary color
Monochromatic Colors of #CCB5D8
Black with #CCB5D8
Text Example
Text Example
White with #CCB5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5D8; }
p { color: rgb(204,181,216); }
H1.HeaderClassName
{
color: #CCB5D8;
}
.AnyTagClassName
{
color: #CCB5D8;
}
</style>
background-color css
<style>
a { background-color: #CCB5D8; }
a { background-color: rgb(204,181,216); }
div.DivClassName
{
background-color: #CCB5D8;
}
.BgClassName
{
background-color: #CCB5D8;
}
</style>
border-color css
<style>
span { border-color: #CCB5D8; }
span { border-color: rgb(204,181,216); }
td.TdClassName
{
border-color: #CCB5D8;
}
.TagClassName
{
border-color: #CCB5D8;
}
</style>