Shades of Prelude #CCB2DC
Tints of Prelude #CCB2DC
RGB
CMYK
RGB Variations
Color information
#CCB2DC (or 0xCCB2DC) is known color: Prelude. HEX triplet: CC, B2 and DC. RGB value is (204,178,220). Sum of RGB (Red+Green+Blue) = 204+178+220=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2DC is #334D23. Grayscale: #BEBEBE. Windows color (decimal): -3362084 or 14463692. OLE color: 14463692.
HSL color Cylindrical-coordinate representation of color #CCB2DC: hue angle of 277.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCB2DC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 178 | 220 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.14 |
| HSL | 277.14º | 0.38% | 0.78% | - |
| HSV(B) | 277.14º | 0.19% | 0.86% | - |
| XYZ | 53.74 | 49.85 | 74.5 | - |
| YUV | 190.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 220 | 0.07 | 0.19 | 0 | 0.14 | 277.14 | 0.38 | 0.78 |
| Hex | CC | B2 | DC | 7 | 13 | 0 | E | 115 | 26 | 4E |
| Octal | 314 | 262 | 334 | 7 | 23 | 0 | 16 | 425 | 46 | 116 |
| Binary | 11001100 | 10110010 | 11011100 | 111 | 10011 | 0 | 1110 | 100010101 | 100110 | 1001110 |
Color Harmonies of #CCB2DC
Complementary color
Monochromatic Colors of #CCB2DC
Black with #CCB2DC
Text Example
Text Example
White with #CCB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2DC; }
p { color: rgb(204,178,220); }
H1.HeaderClassName
{
color: #CCB2DC;
}
.AnyTagClassName
{
color: #CCB2DC;
}
</style>
background-color css
<style>
a { background-color: #CCB2DC; }
a { background-color: rgb(204,178,220); }
div.DivClassName
{
background-color: #CCB2DC;
}
.BgClassName
{
background-color: #CCB2DC;
}
</style>
border-color css
<style>
span { border-color: #CCB2DC; }
span { border-color: rgb(204,178,220); }
td.TdClassName
{
border-color: #CCB2DC;
}
.TagClassName
{
border-color: #CCB2DC;
}
</style>