Shades of Prelude #CCB7D1
Tints of Prelude #CCB7D1
RGB
CMYK
RGB Variations
Color information
#CCB7D1 (or 0xCCB7D1) is known color: Prelude. HEX triplet: CC, B7 and D1. RGB value is (204,183,209). Sum of RGB (Red+Green+Blue) = 204+183+209=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCB7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7D1 is #33482E. Grayscale: #C0C0C0. Windows color (decimal): -3360815 or 13744076. OLE color: 13744076.
HSL color Cylindrical-coordinate representation of color #CCB7D1: hue angle of 288.46º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB7D1 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 183 | 209 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.18 |
| HSL | 288.46º | 0.22% | 0.77% | - |
| HSV(B) | 288.46º | 0.12% | 0.82% | - |
| XYZ | 53.34 | 51.31 | 67.41 | - |
| YUV | 192.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 209 | 0.02 | 0.12 | 0 | 0.18 | 288.46 | 0.22 | 0.77 |
| Hex | CC | B7 | D1 | 2 | C | 0 | 12 | 120 | 16 | 4D |
| Octal | 314 | 267 | 321 | 2 | 14 | 0 | 22 | 440 | 26 | 115 |
| Binary | 11001100 | 10110111 | 11010001 | 10 | 1100 | 0 | 10010 | 100100000 | 10110 | 1001101 |
Color Harmonies of #CCB7D1
Complementary color
Monochromatic Colors of #CCB7D1
Black with #CCB7D1
Text Example
Text Example
White with #CCB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7D1; }
p { color: rgb(204,183,209); }
H1.HeaderClassName
{
color: #CCB7D1;
}
.AnyTagClassName
{
color: #CCB7D1;
}
</style>
background-color css
<style>
a { background-color: #CCB7D1; }
a { background-color: rgb(204,183,209); }
div.DivClassName
{
background-color: #CCB7D1;
}
.BgClassName
{
background-color: #CCB7D1;
}
</style>
border-color css
<style>
span { border-color: #CCB7D1; }
span { border-color: rgb(204,183,209); }
td.TdClassName
{
border-color: #CCB7D1;
}
.TagClassName
{
border-color: #CCB7D1;
}
</style>