Shades of Prelude #CCB1D7
Tints of Prelude #CCB1D7
RGB
CMYK
RGB Variations
Color information
#CCB1D7 (or 0xCCB1D7) is known color: Prelude. HEX triplet: CC, B1 and D7. RGB value is (204,177,215). Sum of RGB (Red+Green+Blue) = 204+177+215=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCB1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1D7 is #334E28. Grayscale: #BDBDBD. Windows color (decimal): -3362345 or 14135756. OLE color: 14135756.
HSL color Cylindrical-coordinate representation of color #CCB1D7: hue angle of 282.63º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB1D7 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 177 | 215 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.16 |
| HSL | 282.63º | 0.32% | 0.77% | - |
| HSV(B) | 282.63º | 0.18% | 0.84% | - |
| XYZ | 52.89 | 49.19 | 71 | - |
| YUV | 189.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 215 | 0.05 | 0.18 | 0 | 0.16 | 282.63 | 0.32 | 0.77 |
| Hex | CC | B1 | D7 | 5 | 12 | 0 | 10 | 11B | 20 | 4D |
| Octal | 314 | 261 | 327 | 5 | 22 | 0 | 20 | 433 | 40 | 115 |
| Binary | 11001100 | 10110001 | 11010111 | 101 | 10010 | 0 | 10000 | 100011011 | 100000 | 1001101 |
Color Harmonies of #CCB1D7
Complementary color
Monochromatic Colors of #CCB1D7
Black with #CCB1D7
Text Example
Text Example
White with #CCB1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1D7; }
p { color: rgb(204,177,215); }
H1.HeaderClassName
{
color: #CCB1D7;
}
.AnyTagClassName
{
color: #CCB1D7;
}
</style>
background-color css
<style>
a { background-color: #CCB1D7; }
a { background-color: rgb(204,177,215); }
div.DivClassName
{
background-color: #CCB1D7;
}
.BgClassName
{
background-color: #CCB1D7;
}
</style>
border-color css
<style>
span { border-color: #CCB1D7; }
span { border-color: rgb(204,177,215); }
td.TdClassName
{
border-color: #CCB1D7;
}
.TagClassName
{
border-color: #CCB1D7;
}
</style>