Shades of Prelude #CCBDD9
Tints of Prelude #CCBDD9
RGB
CMYK
RGB Variations
Color information
#CCBDD9 (or 0xCCBDD9) is known color: Prelude. HEX triplet: CC, BD and D9. RGB value is (204,189,217). Sum of RGB (Red+Green+Blue) = 204+189+217=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDD9 is #334226. Grayscale: #C4C4C4. Windows color (decimal): -3359271 or 14269900. OLE color: 14269900.
HSL color Cylindrical-coordinate representation of color #CCBDD9: hue angle of 272.14º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBDD9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 189 | 217 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.15 |
| HSL | 272.14º | 0.27% | 0.8% | - |
| HSV(B) | 272.14º | 0.13% | 0.85% | - |
| XYZ | 55.62 | 54.24 | 73.18 | - |
| YUV | 196.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 217 | 0.06 | 0.13 | 0 | 0.15 | 272.14 | 0.27 | 0.8 |
| Hex | CC | BD | D9 | 6 | D | 0 | F | 110 | 1B | 50 |
| Octal | 314 | 275 | 331 | 6 | 15 | 0 | 17 | 420 | 33 | 120 |
| Binary | 11001100 | 10111101 | 11011001 | 110 | 1101 | 0 | 1111 | 100010000 | 11011 | 1010000 |
Color Harmonies of #CCBDD9
Complementary color
Monochromatic Colors of #CCBDD9
Black with #CCBDD9
Text Example
Text Example
White with #CCBDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDD9; }
p { color: rgb(204,189,217); }
H1.HeaderClassName
{
color: #CCBDD9;
}
.AnyTagClassName
{
color: #CCBDD9;
}
</style>
background-color css
<style>
a { background-color: #CCBDD9; }
a { background-color: rgb(204,189,217); }
div.DivClassName
{
background-color: #CCBDD9;
}
.BgClassName
{
background-color: #CCBDD9;
}
</style>
border-color css
<style>
span { border-color: #CCBDD9; }
span { border-color: rgb(204,189,217); }
td.TdClassName
{
border-color: #CCBDD9;
}
.TagClassName
{
border-color: #CCBDD9;
}
</style>