Shades of Prelude #CCBBD1
Tints of Prelude #CCBBD1
RGB
CMYK
RGB Variations
Color information
#CCBBD1 (or 0xCCBBD1) is known color: Prelude. HEX triplet: CC, BB and D1. RGB value is (204,187,209). Sum of RGB (Red+Green+Blue) = 204+187+209=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD1 is #33442E. Grayscale: #C2C2C2. Windows color (decimal): -3359791 or 13745100. OLE color: 13745100.
HSL color Cylindrical-coordinate representation of color #CCBBD1: hue angle of 286.36º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBBD1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 187 | 209 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.18 |
| HSL | 286.36º | 0.19% | 0.78% | - |
| HSV(B) | 286.36º | 0.11% | 0.82% | - |
| XYZ | 54.18 | 52.98 | 67.69 | - |
| YUV | 194.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 209 | 0.02 | 0.11 | 0 | 0.18 | 286.36 | 0.19 | 0.78 |
| Hex | CC | BB | D1 | 2 | B | 0 | 12 | 11E | 13 | 4E |
| Octal | 314 | 273 | 321 | 2 | 13 | 0 | 22 | 436 | 23 | 116 |
| Binary | 11001100 | 10111011 | 11010001 | 10 | 1011 | 0 | 10010 | 100011110 | 10011 | 1001110 |
Color Harmonies of #CCBBD1
Complementary color
Monochromatic Colors of #CCBBD1
Black with #CCBBD1
Text Example
Text Example
White with #CCBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBD1; }
p { color: rgb(204,187,209); }
H1.HeaderClassName
{
color: #CCBBD1;
}
.AnyTagClassName
{
color: #CCBBD1;
}
</style>
background-color css
<style>
a { background-color: #CCBBD1; }
a { background-color: rgb(204,187,209); }
div.DivClassName
{
background-color: #CCBBD1;
}
.BgClassName
{
background-color: #CCBBD1;
}
</style>
border-color css
<style>
span { border-color: #CCBBD1; }
span { border-color: rgb(204,187,209); }
td.TdClassName
{
border-color: #CCBBD1;
}
.TagClassName
{
border-color: #CCBBD1;
}
</style>