Shades of Prelude #CCB7D3
Tints of Prelude #CCB7D3
RGB
CMYK
RGB Variations
Color information
#CCB7D3 (or 0xCCB7D3) is known color: Prelude. HEX triplet: CC, B7 and D3. RGB value is (204,183,211). Sum of RGB (Red+Green+Blue) = 204+183+211=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCB7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7D3 is #33482C. Grayscale: #C0C0C0. Windows color (decimal): -3360813 or 13875148. OLE color: 13875148.
HSL color Cylindrical-coordinate representation of color #CCB7D3: hue angle of 285º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB7D3 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 183 | 211 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.17 |
| HSL | 285º | 0.24% | 0.77% | - |
| HSV(B) | 285º | 0.13% | 0.83% | - |
| XYZ | 53.59 | 51.41 | 68.73 | - |
| YUV | 192.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 211 | 0.03 | 0.13 | 0 | 0.17 | 285 | 0.24 | 0.77 |
| Hex | CC | B7 | D3 | 3 | D | 0 | 11 | 11D | 18 | 4D |
| Octal | 314 | 267 | 323 | 3 | 15 | 0 | 21 | 435 | 30 | 115 |
| Binary | 11001100 | 10110111 | 11010011 | 11 | 1101 | 0 | 10001 | 100011101 | 11000 | 1001101 |
Color Harmonies of #CCB7D3
Complementary color
Monochromatic Colors of #CCB7D3
Black with #CCB7D3
Text Example
Text Example
White with #CCB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7D3; }
p { color: rgb(204,183,211); }
H1.HeaderClassName
{
color: #CCB7D3;
}
.AnyTagClassName
{
color: #CCB7D3;
}
</style>
background-color css
<style>
a { background-color: #CCB7D3; }
a { background-color: rgb(204,183,211); }
div.DivClassName
{
background-color: #CCB7D3;
}
.BgClassName
{
background-color: #CCB7D3;
}
</style>
border-color css
<style>
span { border-color: #CCB7D3; }
span { border-color: rgb(204,183,211); }
td.TdClassName
{
border-color: #CCB7D3;
}
.TagClassName
{
border-color: #CCB7D3;
}
</style>