Shades of Prelude #CCB9D7
Tints of Prelude #CCB9D7
RGB
CMYK
RGB Variations
Color information
#CCB9D7 (or 0xCCB9D7) is known color: Prelude. HEX triplet: CC, B9 and D7. RGB value is (204,185,215). Sum of RGB (Red+Green+Blue) = 204+185+215=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCB9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9D7 is #334628. Grayscale: #C2C2C2. Windows color (decimal): -3360297 or 14137804. OLE color: 14137804.
HSL color Cylindrical-coordinate representation of color #CCB9D7: hue angle of 278º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB9D7 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 185 | 215 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.16 |
| HSL | 278º | 0.27% | 0.78% | - |
| HSV(B) | 278º | 0.14% | 0.84% | - |
| XYZ | 54.52 | 52.44 | 71.54 | - |
| YUV | 194.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 215 | 0.05 | 0.14 | 0 | 0.16 | 278 | 0.27 | 0.78 |
| Hex | CC | B9 | D7 | 5 | E | 0 | 10 | 116 | 1B | 4E |
| Octal | 314 | 271 | 327 | 5 | 16 | 0 | 20 | 426 | 33 | 116 |
| Binary | 11001100 | 10111001 | 11010111 | 101 | 1110 | 0 | 10000 | 100010110 | 11011 | 1001110 |
Color Harmonies of #CCB9D7
Complementary color
Monochromatic Colors of #CCB9D7
Black with #CCB9D7
Text Example
Text Example
White with #CCB9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9D7; }
p { color: rgb(204,185,215); }
H1.HeaderClassName
{
color: #CCB9D7;
}
.AnyTagClassName
{
color: #CCB9D7;
}
</style>
background-color css
<style>
a { background-color: #CCB9D7; }
a { background-color: rgb(204,185,215); }
div.DivClassName
{
background-color: #CCB9D7;
}
.BgClassName
{
background-color: #CCB9D7;
}
</style>
border-color css
<style>
span { border-color: #CCB9D7; }
span { border-color: rgb(204,185,215); }
td.TdClassName
{
border-color: #CCB9D7;
}
.TagClassName
{
border-color: #CCB9D7;
}
</style>