Shades of Prelude #CCB9DE
Tints of Prelude #CCB9DE
RGB
CMYK
RGB Variations
Color information
#CCB9DE (or 0xCCB9DE) is known color: Prelude. HEX triplet: CC, B9 and DE. RGB value is (204,185,222). Sum of RGB (Red+Green+Blue) = 204+185+222=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9DE is #334621. Grayscale: #C2C2C2. Windows color (decimal): -3360290 or 14596556. OLE color: 14596556.
HSL color Cylindrical-coordinate representation of color #CCB9DE: hue angle of 270.81º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB9DE is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 185 | 222 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.13 |
| HSL | 270.81º | 0.36% | 0.8% | - |
| HSV(B) | 270.81º | 0.17% | 0.87% | - |
| XYZ | 55.44 | 52.81 | 76.38 | - |
| YUV | 194.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 222 | 0.08 | 0.17 | 0 | 0.13 | 270.81 | 0.36 | 0.8 |
| Hex | CC | B9 | DE | 8 | 11 | 0 | D | 10F | 24 | 50 |
| Octal | 314 | 271 | 336 | 10 | 21 | 0 | 15 | 417 | 44 | 120 |
| Binary | 11001100 | 10111001 | 11011110 | 1000 | 10001 | 0 | 1101 | 100001111 | 100100 | 1010000 |
Color Harmonies of #CCB9DE
Complementary color
Monochromatic Colors of #CCB9DE
Black with #CCB9DE
Text Example
Text Example
White with #CCB9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9DE; }
p { color: rgb(204,185,222); }
H1.HeaderClassName
{
color: #CCB9DE;
}
.AnyTagClassName
{
color: #CCB9DE;
}
</style>
background-color css
<style>
a { background-color: #CCB9DE; }
a { background-color: rgb(204,185,222); }
div.DivClassName
{
background-color: #CCB9DE;
}
.BgClassName
{
background-color: #CCB9DE;
}
</style>
border-color css
<style>
span { border-color: #CCB9DE; }
span { border-color: rgb(204,185,222); }
td.TdClassName
{
border-color: #CCB9DE;
}
.TagClassName
{
border-color: #CCB9DE;
}
</style>