Shades of Prelude #CCBDD8
Tints of Prelude #CCBDD8
RGB
CMYK
RGB Variations
Color information
#CCBDD8 (or 0xCCBDD8) is known color: Prelude. HEX triplet: CC, BD and D8. RGB value is (204,189,216). Sum of RGB (Red+Green+Blue) = 204+189+216=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDD8 is #334227. Grayscale: #C4C4C4. Windows color (decimal): -3359272 or 14204364. OLE color: 14204364.
HSL color Cylindrical-coordinate representation of color #CCBDD8: hue angle of 273.33º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCBDD8 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 189 | 216 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.15 |
| HSL | 273.33º | 0.26% | 0.79% | - |
| HSV(B) | 273.33º | 0.13% | 0.85% | - |
| XYZ | 55.49 | 54.19 | 72.5 | - |
| YUV | 196.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 216 | 0.06 | 0.12 | 0 | 0.15 | 273.33 | 0.26 | 0.79 |
| Hex | CC | BD | D8 | 6 | C | 0 | F | 111 | 1A | 4F |
| Octal | 314 | 275 | 330 | 6 | 14 | 0 | 17 | 421 | 32 | 117 |
| Binary | 11001100 | 10111101 | 11011000 | 110 | 1100 | 0 | 1111 | 100010001 | 11010 | 1001111 |
Color Harmonies of #CCBDD8
Complementary color
Monochromatic Colors of #CCBDD8
Black with #CCBDD8
Text Example
Text Example
White with #CCBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDD8; }
p { color: rgb(204,189,216); }
H1.HeaderClassName
{
color: #CCBDD8;
}
.AnyTagClassName
{
color: #CCBDD8;
}
</style>
background-color css
<style>
a { background-color: #CCBDD8; }
a { background-color: rgb(204,189,216); }
div.DivClassName
{
background-color: #CCBDD8;
}
.BgClassName
{
background-color: #CCBDD8;
}
</style>
border-color css
<style>
span { border-color: #CCBDD8; }
span { border-color: rgb(204,189,216); }
td.TdClassName
{
border-color: #CCBDD8;
}
.TagClassName
{
border-color: #CCBDD8;
}
</style>