Shades of Prelude #CCBBD0
Tints of Prelude #CCBBD0
RGB
CMYK
RGB Variations
Color information
#CCBBD0 (or 0xCCBBD0) is known color: Prelude. HEX triplet: CC, BB and D0. RGB value is (204,187,208). Sum of RGB (Red+Green+Blue) = 204+187+208=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD0 is #33442F. Grayscale: #C2C2C2. Windows color (decimal): -3359792 or 13679564. OLE color: 13679564.
HSL color Cylindrical-coordinate representation of color #CCBBD0: hue angle of 288.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBBD0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 187 | 208 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.18 |
| HSL | 288.57º | 0.18% | 0.77% | - |
| HSV(B) | 288.57º | 0.1% | 0.82% | - |
| XYZ | 54.06 | 52.93 | 67.04 | - |
| YUV | 194.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 208 | 0.02 | 0.10 | 0 | 0.18 | 288.57 | 0.18 | 0.77 |
| Hex | CC | BB | D0 | 2 | A | 0 | 12 | 121 | 12 | 4D |
| Octal | 314 | 273 | 320 | 2 | 12 | 0 | 22 | 441 | 22 | 115 |
| Binary | 11001100 | 10111011 | 11010000 | 10 | 1010 | 0 | 10010 | 100100001 | 10010 | 1001101 |
Color Harmonies of #CCBBD0
Complementary color
Monochromatic Colors of #CCBBD0
Black with #CCBBD0
Text Example
Text Example
White with #CCBBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBD0; }
p { color: rgb(204,187,208); }
H1.HeaderClassName
{
color: #CCBBD0;
}
.AnyTagClassName
{
color: #CCBBD0;
}
</style>
background-color css
<style>
a { background-color: #CCBBD0; }
a { background-color: rgb(204,187,208); }
div.DivClassName
{
background-color: #CCBBD0;
}
.BgClassName
{
background-color: #CCBBD0;
}
</style>
border-color css
<style>
span { border-color: #CCBBD0; }
span { border-color: rgb(204,187,208); }
td.TdClassName
{
border-color: #CCBBD0;
}
.TagClassName
{
border-color: #CCBBD0;
}
</style>