Shades of Prelude #CCB4D8
Tints of Prelude #CCB4D8
RGB
CMYK
RGB Variations
Color information
#CCB4D8 (or 0xCCB4D8) is known color: Prelude. HEX triplet: CC, B4 and D8. RGB value is (204,180,216). Sum of RGB (Red+Green+Blue) = 204+180+216=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCB4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4D8 is #334B27. Grayscale: #BFBFBF. Windows color (decimal): -3361576 or 14202060. OLE color: 14202060.
HSL color Cylindrical-coordinate representation of color #CCB4D8: hue angle of 280º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB4D8 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 180 | 216 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.15 |
| HSL | 280º | 0.32% | 0.78% | - |
| HSV(B) | 280º | 0.17% | 0.85% | - |
| XYZ | 53.62 | 50.44 | 71.88 | - |
| YUV | 191.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 216 | 0.06 | 0.17 | 0 | 0.15 | 280 | 0.32 | 0.78 |
| Hex | CC | B4 | D8 | 6 | 11 | 0 | F | 118 | 20 | 4E |
| Octal | 314 | 264 | 330 | 6 | 21 | 0 | 17 | 430 | 40 | 116 |
| Binary | 11001100 | 10110100 | 11011000 | 110 | 10001 | 0 | 1111 | 100011000 | 100000 | 1001110 |
Color Harmonies of #CCB4D8
Complementary color
Monochromatic Colors of #CCB4D8
Black with #CCB4D8
Text Example
Text Example
White with #CCB4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4D8; }
p { color: rgb(204,180,216); }
H1.HeaderClassName
{
color: #CCB4D8;
}
.AnyTagClassName
{
color: #CCB4D8;
}
</style>
background-color css
<style>
a { background-color: #CCB4D8; }
a { background-color: rgb(204,180,216); }
div.DivClassName
{
background-color: #CCB4D8;
}
.BgClassName
{
background-color: #CCB4D8;
}
</style>
border-color css
<style>
span { border-color: #CCB4D8; }
span { border-color: rgb(204,180,216); }
td.TdClassName
{
border-color: #CCB4D8;
}
.TagClassName
{
border-color: #CCB4D8;
}
</style>