Shades of Prelude #CCB4DC
Tints of Prelude #CCB4DC
RGB
CMYK
RGB Variations
Color information
#CCB4DC (or 0xCCB4DC) is known color: Prelude. HEX triplet: CC, B4 and DC. RGB value is (204,180,220). Sum of RGB (Red+Green+Blue) = 204+180+220=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4DC is #334B23. Grayscale: #BFBFBF. Windows color (decimal): -3361572 or 14464204. OLE color: 14464204.
HSL color Cylindrical-coordinate representation of color #CCB4DC: hue angle of 276º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB4DC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 180 | 220 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.14 |
| HSL | 276º | 0.36% | 0.78% | - |
| HSV(B) | 276º | 0.18% | 0.86% | - |
| XYZ | 54.14 | 50.65 | 74.63 | - |
| YUV | 191.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 220 | 0.07 | 0.18 | 0 | 0.14 | 276 | 0.36 | 0.78 |
| Hex | CC | B4 | DC | 7 | 12 | 0 | E | 114 | 24 | 4E |
| Octal | 314 | 264 | 334 | 7 | 22 | 0 | 16 | 424 | 44 | 116 |
| Binary | 11001100 | 10110100 | 11011100 | 111 | 10010 | 0 | 1110 | 100010100 | 100100 | 1001110 |
Color Harmonies of #CCB4DC
Complementary color
Monochromatic Colors of #CCB4DC
Black with #CCB4DC
Text Example
Text Example
White with #CCB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4DC; }
p { color: rgb(204,180,220); }
H1.HeaderClassName
{
color: #CCB4DC;
}
.AnyTagClassName
{
color: #CCB4DC;
}
</style>
background-color css
<style>
a { background-color: #CCB4DC; }
a { background-color: rgb(204,180,220); }
div.DivClassName
{
background-color: #CCB4DC;
}
.BgClassName
{
background-color: #CCB4DC;
}
</style>
border-color css
<style>
span { border-color: #CCB4DC; }
span { border-color: rgb(204,180,220); }
td.TdClassName
{
border-color: #CCB4DC;
}
.TagClassName
{
border-color: #CCB4DC;
}
</style>