Shades of Prelude #CCB1DD
Tints of Prelude #CCB1DD
RGB
CMYK
RGB Variations
Color information
#CCB1DD (or 0xCCB1DD) is known color: Prelude. HEX triplet: CC, B1 and DD. RGB value is (204,177,221). Sum of RGB (Red+Green+Blue) = 204+177+221=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1DD is #334E22. Grayscale: #BDBDBD. Windows color (decimal): -3362339 or 14528972. OLE color: 14528972.
HSL color Cylindrical-coordinate representation of color #CCB1DD: hue angle of 276.82º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB1DD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 177 | 221 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.13 |
| HSL | 276.82º | 0.39% | 0.78% | - |
| HSV(B) | 276.82º | 0.2% | 0.87% | - |
| XYZ | 53.68 | 49.5 | 75.13 | - |
| YUV | 190.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 221 | 0.08 | 0.20 | 0 | 0.13 | 276.82 | 0.39 | 0.78 |
| Hex | CC | B1 | DD | 8 | 14 | 0 | D | 115 | 27 | 4E |
| Octal | 314 | 261 | 335 | 10 | 24 | 0 | 15 | 425 | 47 | 116 |
| Binary | 11001100 | 10110001 | 11011101 | 1000 | 10100 | 0 | 1101 | 100010101 | 100111 | 1001110 |
Color Harmonies of #CCB1DD
Complementary color
Monochromatic Colors of #CCB1DD
Black with #CCB1DD
Text Example
Text Example
White with #CCB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1DD; }
p { color: rgb(204,177,221); }
H1.HeaderClassName
{
color: #CCB1DD;
}
.AnyTagClassName
{
color: #CCB1DD;
}
</style>
background-color css
<style>
a { background-color: #CCB1DD; }
a { background-color: rgb(204,177,221); }
div.DivClassName
{
background-color: #CCB1DD;
}
.BgClassName
{
background-color: #CCB1DD;
}
</style>
border-color css
<style>
span { border-color: #CCB1DD; }
span { border-color: rgb(204,177,221); }
td.TdClassName
{
border-color: #CCB1DD;
}
.TagClassName
{
border-color: #CCB1DD;
}
</style>