Shades of Prelude #CCBCDA
Tints of Prelude #CCBCDA
RGB
CMYK
RGB Variations
Color information
#CCBCDA (or 0xCCBCDA) is known color: Prelude. HEX triplet: CC, BC and DA. RGB value is (204,188,218). Sum of RGB (Red+Green+Blue) = 204+188+218=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCDA is #334325. Grayscale: #C4C4C4. Windows color (decimal): -3359526 or 14335180. OLE color: 14335180.
HSL color Cylindrical-coordinate representation of color #CCBCDA: hue angle of 272º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCBCDA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 188 | 218 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.15 |
| HSL | 272º | 0.29% | 0.8% | - |
| HSV(B) | 272º | 0.14% | 0.85% | - |
| XYZ | 55.54 | 53.87 | 73.8 | - |
| YUV | 196.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 218 | 0.06 | 0.14 | 0 | 0.15 | 272 | 0.29 | 0.8 |
| Hex | CC | BC | DA | 6 | E | 0 | F | 110 | 1D | 50 |
| Octal | 314 | 274 | 332 | 6 | 16 | 0 | 17 | 420 | 35 | 120 |
| Binary | 11001100 | 10111100 | 11011010 | 110 | 1110 | 0 | 1111 | 100010000 | 11101 | 1010000 |
Color Harmonies of #CCBCDA
Complementary color
Monochromatic Colors of #CCBCDA
Black with #CCBCDA
Text Example
Text Example
White with #CCBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCDA; }
p { color: rgb(204,188,218); }
H1.HeaderClassName
{
color: #CCBCDA;
}
.AnyTagClassName
{
color: #CCBCDA;
}
</style>
background-color css
<style>
a { background-color: #CCBCDA; }
a { background-color: rgb(204,188,218); }
div.DivClassName
{
background-color: #CCBCDA;
}
.BgClassName
{
background-color: #CCBCDA;
}
</style>
border-color css
<style>
span { border-color: #CCBCDA; }
span { border-color: rgb(204,188,218); }
td.TdClassName
{
border-color: #CCBCDA;
}
.TagClassName
{
border-color: #CCBCDA;
}
</style>