Shades of Prelude #CCB6DE
Tints of Prelude #CCB6DE
RGB
CMYK
RGB Variations
Color information
#CCB6DE (or 0xCCB6DE) is known color: Prelude. HEX triplet: CC, B6 and DE. RGB value is (204,182,222). Sum of RGB (Red+Green+Blue) = 204+182+222=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6DE is #334921. Grayscale: #C1C1C1. Windows color (decimal): -3361058 or 14595788. OLE color: 14595788.
HSL color Cylindrical-coordinate representation of color #CCB6DE: hue angle of 273º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB6DE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 182 | 222 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.13 |
| HSL | 273º | 0.38% | 0.79% | - |
| HSV(B) | 273º | 0.18% | 0.87% | - |
| XYZ | 54.81 | 51.57 | 76.17 | - |
| YUV | 193.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 222 | 0.08 | 0.18 | 0 | 0.13 | 273 | 0.38 | 0.79 |
| Hex | CC | B6 | DE | 8 | 12 | 0 | D | 111 | 26 | 4F |
| Octal | 314 | 266 | 336 | 10 | 22 | 0 | 15 | 421 | 46 | 117 |
| Binary | 11001100 | 10110110 | 11011110 | 1000 | 10010 | 0 | 1101 | 100010001 | 100110 | 1001111 |
Color Harmonies of #CCB6DE
Complementary color
Monochromatic Colors of #CCB6DE
Black with #CCB6DE
Text Example
Text Example
White with #CCB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6DE; }
p { color: rgb(204,182,222); }
H1.HeaderClassName
{
color: #CCB6DE;
}
.AnyTagClassName
{
color: #CCB6DE;
}
</style>
background-color css
<style>
a { background-color: #CCB6DE; }
a { background-color: rgb(204,182,222); }
div.DivClassName
{
background-color: #CCB6DE;
}
.BgClassName
{
background-color: #CCB6DE;
}
</style>
border-color css
<style>
span { border-color: #CCB6DE; }
span { border-color: rgb(204,182,222); }
td.TdClassName
{
border-color: #CCB6DE;
}
.TagClassName
{
border-color: #CCB6DE;
}
</style>