Shades of Prelude #CCB7DC
Tints of Prelude #CCB7DC
RGB
CMYK
RGB Variations
Color information
#CCB7DC (or 0xCCB7DC) is known color: Prelude. HEX triplet: CC, B7 and DC. RGB value is (204,183,220). Sum of RGB (Red+Green+Blue) = 204+183+220=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7DC is #334823. Grayscale: #C1C1C1. Windows color (decimal): -3360804 or 14464972. OLE color: 14464972.
HSL color Cylindrical-coordinate representation of color #CCB7DC: hue angle of 274.05º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB7DC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 183 | 220 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.14 |
| HSL | 274.05º | 0.35% | 0.79% | - |
| HSV(B) | 274.05º | 0.17% | 0.86% | - |
| XYZ | 54.75 | 51.87 | 74.84 | - |
| YUV | 193.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 220 | 0.07 | 0.17 | 0 | 0.14 | 274.05 | 0.35 | 0.79 |
| Hex | CC | B7 | DC | 7 | 11 | 0 | E | 112 | 23 | 4F |
| Octal | 314 | 267 | 334 | 7 | 21 | 0 | 16 | 422 | 43 | 117 |
| Binary | 11001100 | 10110111 | 11011100 | 111 | 10001 | 0 | 1110 | 100010010 | 100011 | 1001111 |
Color Harmonies of #CCB7DC
Complementary color
Monochromatic Colors of #CCB7DC
Black with #CCB7DC
Text Example
Text Example
White with #CCB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7DC; }
p { color: rgb(204,183,220); }
H1.HeaderClassName
{
color: #CCB7DC;
}
.AnyTagClassName
{
color: #CCB7DC;
}
</style>
background-color css
<style>
a { background-color: #CCB7DC; }
a { background-color: rgb(204,183,220); }
div.DivClassName
{
background-color: #CCB7DC;
}
.BgClassName
{
background-color: #CCB7DC;
}
</style>
border-color css
<style>
span { border-color: #CCB7DC; }
span { border-color: rgb(204,183,220); }
td.TdClassName
{
border-color: #CCB7DC;
}
.TagClassName
{
border-color: #CCB7DC;
}
</style>