Shades of Prelude #CCBCD8
Tints of Prelude #CCBCD8
RGB
CMYK
RGB Variations
Color information
#CCBCD8 (or 0xCCBCD8) is known color: Prelude. HEX triplet: CC, BC and D8. RGB value is (204,188,216). Sum of RGB (Red+Green+Blue) = 204+188+216=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCD8 is #334327. Grayscale: #C3C3C3. Windows color (decimal): -3359528 or 14204108. OLE color: 14204108.
HSL color Cylindrical-coordinate representation of color #CCBCD8: hue angle of 274.29º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBCD8 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 188 | 216 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.15 |
| HSL | 274.29º | 0.26% | 0.79% | - |
| HSV(B) | 274.29º | 0.13% | 0.85% | - |
| XYZ | 55.28 | 53.76 | 72.43 | - |
| YUV | 195.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 216 | 0.06 | 0.13 | 0 | 0.15 | 274.29 | 0.26 | 0.79 |
| Hex | CC | BC | D8 | 6 | D | 0 | F | 112 | 1A | 4F |
| Octal | 314 | 274 | 330 | 6 | 15 | 0 | 17 | 422 | 32 | 117 |
| Binary | 11001100 | 10111100 | 11011000 | 110 | 1101 | 0 | 1111 | 100010010 | 11010 | 1001111 |
Color Harmonies of #CCBCD8
Complementary color
Monochromatic Colors of #CCBCD8
Black with #CCBCD8
Text Example
Text Example
White with #CCBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCD8; }
p { color: rgb(204,188,216); }
H1.HeaderClassName
{
color: #CCBCD8;
}
.AnyTagClassName
{
color: #CCBCD8;
}
</style>
background-color css
<style>
a { background-color: #CCBCD8; }
a { background-color: rgb(204,188,216); }
div.DivClassName
{
background-color: #CCBCD8;
}
.BgClassName
{
background-color: #CCBCD8;
}
</style>
border-color css
<style>
span { border-color: #CCBCD8; }
span { border-color: rgb(204,188,216); }
td.TdClassName
{
border-color: #CCBCD8;
}
.TagClassName
{
border-color: #CCBCD8;
}
</style>