Shades of Prelude #CCBBD9
Tints of Prelude #CCBBD9
RGB
CMYK
RGB Variations
Color information
#CCBBD9 (or 0xCCBBD9) is known color: Prelude. HEX triplet: CC, BB and D9. RGB value is (204,187,217). Sum of RGB (Red+Green+Blue) = 204+187+217=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCBBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD9 is #334426. Grayscale: #C3C3C3. Windows color (decimal): -3359783 or 14269388. OLE color: 14269388.
HSL color Cylindrical-coordinate representation of color #CCBBD9: hue angle of 274º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCBBD9 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 187 | 217 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.15 |
| HSL | 274º | 0.28% | 0.79% | - |
| HSV(B) | 274º | 0.14% | 0.85% | - |
| XYZ | 55.2 | 53.39 | 73.04 | - |
| YUV | 195.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 217 | 0.06 | 0.14 | 0 | 0.15 | 274 | 0.28 | 0.79 |
| Hex | CC | BB | D9 | 6 | E | 0 | F | 112 | 1C | 4F |
| Octal | 314 | 273 | 331 | 6 | 16 | 0 | 17 | 422 | 34 | 117 |
| Binary | 11001100 | 10111011 | 11011001 | 110 | 1110 | 0 | 1111 | 100010010 | 11100 | 1001111 |
Color Harmonies of #CCBBD9
Complementary color
Monochromatic Colors of #CCBBD9
Black with #CCBBD9
Text Example
Text Example
White with #CCBBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBD9; }
p { color: rgb(204,187,217); }
H1.HeaderClassName
{
color: #CCBBD9;
}
.AnyTagClassName
{
color: #CCBBD9;
}
</style>
background-color css
<style>
a { background-color: #CCBBD9; }
a { background-color: rgb(204,187,217); }
div.DivClassName
{
background-color: #CCBBD9;
}
.BgClassName
{
background-color: #CCBBD9;
}
</style>
border-color css
<style>
span { border-color: #CCBBD9; }
span { border-color: rgb(204,187,217); }
td.TdClassName
{
border-color: #CCBBD9;
}
.TagClassName
{
border-color: #CCBBD9;
}
</style>