Shades of Prelude #CCB9CF
Tints of Prelude #CCB9CF
RGB
CMYK
RGB Variations
Color information
#CCB9CF (or 0xCCB9CF) is known color: Prelude. HEX triplet: CC, B9 and CF. RGB value is (204,185,207). Sum of RGB (Red+Green+Blue) = 204+185+207=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9CF is #334630. Grayscale: #C1C1C1. Windows color (decimal): -3360305 or 13613516. OLE color: 13613516.
HSL color Cylindrical-coordinate representation of color #CCB9CF: hue angle of 291.82º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB9CF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 185 | 207 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.19 |
| HSL | 291.82º | 0.19% | 0.77% | - |
| HSV(B) | 291.82º | 0.11% | 0.81% | - |
| XYZ | 53.51 | 52.04 | 66.26 | - |
| YUV | 193.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 207 | 0.01 | 0.11 | 0 | 0.19 | 291.82 | 0.19 | 0.77 |
| Hex | CC | B9 | CF | 1 | B | 0 | 13 | 124 | 13 | 4D |
| Octal | 314 | 271 | 317 | 1 | 13 | 0 | 23 | 444 | 23 | 115 |
| Binary | 11001100 | 10111001 | 11001111 | 1 | 1011 | 0 | 10011 | 100100100 | 10011 | 1001101 |
Color Harmonies of #CCB9CF
Complementary color
Monochromatic Colors of #CCB9CF
Black with #CCB9CF
Text Example
Text Example
White with #CCB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9CF; }
p { color: rgb(204,185,207); }
H1.HeaderClassName
{
color: #CCB9CF;
}
.AnyTagClassName
{
color: #CCB9CF;
}
</style>
background-color css
<style>
a { background-color: #CCB9CF; }
a { background-color: rgb(204,185,207); }
div.DivClassName
{
background-color: #CCB9CF;
}
.BgClassName
{
background-color: #CCB9CF;
}
</style>
border-color css
<style>
span { border-color: #CCB9CF; }
span { border-color: rgb(204,185,207); }
td.TdClassName
{
border-color: #CCB9CF;
}
.TagClassName
{
border-color: #CCB9CF;
}
</style>