Shades of Prelude #CCBDDA
Tints of Prelude #CCBDDA
RGB
CMYK
RGB Variations
Color information
#CCBDDA (or 0xCCBDDA) is known color: Prelude. HEX triplet: CC, BD and DA. RGB value is (204,189,218). Sum of RGB (Red+Green+Blue) = 204+189+218=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDDA is #334225. Grayscale: #C4C4C4. Windows color (decimal): -3359270 or 14335436. OLE color: 14335436.
HSL color Cylindrical-coordinate representation of color #CCBDDA: hue angle of 271.03º degrees, saturation: 0.28, 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 #CCBDDA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 189 | 218 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.15 |
| HSL | 271.03º | 0.28% | 0.8% | - |
| HSV(B) | 271.03º | 0.13% | 0.85% | - |
| XYZ | 55.75 | 54.29 | 73.87 | - |
| YUV | 196.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 218 | 0.06 | 0.13 | 0 | 0.15 | 271.03 | 0.28 | 0.8 |
| Hex | CC | BD | DA | 6 | D | 0 | F | 10F | 1C | 50 |
| Octal | 314 | 275 | 332 | 6 | 15 | 0 | 17 | 417 | 34 | 120 |
| Binary | 11001100 | 10111101 | 11011010 | 110 | 1101 | 0 | 1111 | 100001111 | 11100 | 1010000 |
Color Harmonies of #CCBDDA
Complementary color
Monochromatic Colors of #CCBDDA
Black with #CCBDDA
Text Example
Text Example
White with #CCBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDDA; }
p { color: rgb(204,189,218); }
H1.HeaderClassName
{
color: #CCBDDA;
}
.AnyTagClassName
{
color: #CCBDDA;
}
</style>
background-color css
<style>
a { background-color: #CCBDDA; }
a { background-color: rgb(204,189,218); }
div.DivClassName
{
background-color: #CCBDDA;
}
.BgClassName
{
background-color: #CCBDDA;
}
</style>
border-color css
<style>
span { border-color: #CCBDDA; }
span { border-color: rgb(204,189,218); }
td.TdClassName
{
border-color: #CCBDDA;
}
.TagClassName
{
border-color: #CCBDDA;
}
</style>