Shades of Prelude #CCB0DE
Tints of Prelude #CCB0DE
RGB
CMYK
RGB Variations
Color information
#CCB0DE (or 0xCCB0DE) is known color: Prelude. HEX triplet: CC, B0 and DE. RGB value is (204,176,222). Sum of RGB (Red+Green+Blue) = 204+176+222=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0DE is #334F21. Grayscale: #BDBDBD. Windows color (decimal): -3362594 or 14594252. OLE color: 14594252.
HSL color Cylindrical-coordinate representation of color #CCB0DE: hue angle of 276.52º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB0DE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 176 | 222 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.13 |
| HSL | 276.52º | 0.41% | 0.78% | - |
| HSV(B) | 276.52º | 0.21% | 0.87% | - |
| XYZ | 53.61 | 49.16 | 75.77 | - |
| YUV | 189.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 222 | 0.08 | 0.21 | 0 | 0.13 | 276.52 | 0.41 | 0.78 |
| Hex | CC | B0 | DE | 8 | 15 | 0 | D | 115 | 29 | 4E |
| Octal | 314 | 260 | 336 | 10 | 25 | 0 | 15 | 425 | 51 | 116 |
| Binary | 11001100 | 10110000 | 11011110 | 1000 | 10101 | 0 | 1101 | 100010101 | 101001 | 1001110 |
Color Harmonies of #CCB0DE
Complementary color
Monochromatic Colors of #CCB0DE
Black with #CCB0DE
Text Example
Text Example
White with #CCB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0DE; }
p { color: rgb(204,176,222); }
H1.HeaderClassName
{
color: #CCB0DE;
}
.AnyTagClassName
{
color: #CCB0DE;
}
</style>
background-color css
<style>
a { background-color: #CCB0DE; }
a { background-color: rgb(204,176,222); }
div.DivClassName
{
background-color: #CCB0DE;
}
.BgClassName
{
background-color: #CCB0DE;
}
</style>
border-color css
<style>
span { border-color: #CCB0DE; }
span { border-color: rgb(204,176,222); }
td.TdClassName
{
border-color: #CCB0DE;
}
.TagClassName
{
border-color: #CCB0DE;
}
</style>