Shades of Prelude #CCB7D7
Tints of Prelude #CCB7D7
RGB
CMYK
RGB Variations
Color information
#CCB7D7 (or 0xCCB7D7) is known color: Prelude. HEX triplet: CC, B7 and D7. RGB value is (204,183,215). Sum of RGB (Red+Green+Blue) = 204+183+215=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7D7 is #334828. Grayscale: #C0C0C0. Windows color (decimal): -3360809 or 14137292. OLE color: 14137292.
HSL color Cylindrical-coordinate representation of color #CCB7D7: hue angle of 279.38º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCB7D7 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 183 | 215 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.16 |
| HSL | 279.38º | 0.29% | 0.78% | - |
| HSV(B) | 279.38º | 0.15% | 0.84% | - |
| XYZ | 54.1 | 51.61 | 71.4 | - |
| YUV | 192.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 215 | 0.05 | 0.15 | 0 | 0.16 | 279.38 | 0.29 | 0.78 |
| Hex | CC | B7 | D7 | 5 | F | 0 | 10 | 117 | 1D | 4E |
| Octal | 314 | 267 | 327 | 5 | 17 | 0 | 20 | 427 | 35 | 116 |
| Binary | 11001100 | 10110111 | 11010111 | 101 | 1111 | 0 | 10000 | 100010111 | 11101 | 1001110 |
Color Harmonies of #CCB7D7
Complementary color
Monochromatic Colors of #CCB7D7
Black with #CCB7D7
Text Example
Text Example
White with #CCB7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7D7; }
p { color: rgb(204,183,215); }
H1.HeaderClassName
{
color: #CCB7D7;
}
.AnyTagClassName
{
color: #CCB7D7;
}
</style>
background-color css
<style>
a { background-color: #CCB7D7; }
a { background-color: rgb(204,183,215); }
div.DivClassName
{
background-color: #CCB7D7;
}
.BgClassName
{
background-color: #CCB7D7;
}
</style>
border-color css
<style>
span { border-color: #CCB7D7; }
span { border-color: rgb(204,183,215); }
td.TdClassName
{
border-color: #CCB7D7;
}
.TagClassName
{
border-color: #CCB7D7;
}
</style>