Shades of Prelude #CCBBD3
Tints of Prelude #CCBBD3
RGB
CMYK
RGB Variations
Color information
#CCBBD3 (or 0xCCBBD3) is known color: Prelude. HEX triplet: CC, BB and D3. RGB value is (204,187,211). Sum of RGB (Red+Green+Blue) = 204+187+211=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD3 is #33442C. Grayscale: #C2C2C2. Windows color (decimal): -3359789 or 13876172. OLE color: 13876172.
HSL color Cylindrical-coordinate representation of color #CCBBD3: hue angle of 282.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBBD3 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 187 | 211 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.17 |
| HSL | 282.5º | 0.21% | 0.78% | - |
| HSV(B) | 282.5º | 0.11% | 0.83% | - |
| XYZ | 54.43 | 53.08 | 69 | - |
| YUV | 194.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 211 | 0.03 | 0.11 | 0 | 0.17 | 282.5 | 0.21 | 0.78 |
| Hex | CC | BB | D3 | 3 | B | 0 | 11 | 11A | 15 | 4E |
| Octal | 314 | 273 | 323 | 3 | 13 | 0 | 21 | 432 | 25 | 116 |
| Binary | 11001100 | 10111011 | 11010011 | 11 | 1011 | 0 | 10001 | 100011010 | 10101 | 1001110 |
Color Harmonies of #CCBBD3
Complementary color
Monochromatic Colors of #CCBBD3
Black with #CCBBD3
Text Example
Text Example
White with #CCBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBD3; }
p { color: rgb(204,187,211); }
H1.HeaderClassName
{
color: #CCBBD3;
}
.AnyTagClassName
{
color: #CCBBD3;
}
</style>
background-color css
<style>
a { background-color: #CCBBD3; }
a { background-color: rgb(204,187,211); }
div.DivClassName
{
background-color: #CCBBD3;
}
.BgClassName
{
background-color: #CCBBD3;
}
</style>
border-color css
<style>
span { border-color: #CCBBD3; }
span { border-color: rgb(204,187,211); }
td.TdClassName
{
border-color: #CCBBD3;
}
.TagClassName
{
border-color: #CCBBD3;
}
</style>