Shades of Prelude #CCB4D5
Tints of Prelude #CCB4D5
RGB
CMYK
RGB Variations
Color information
#CCB4D5 (or 0xCCB4D5) is known color: Prelude. HEX triplet: CC, B4 and D5. RGB value is (204,180,213). Sum of RGB (Red+Green+Blue) = 204+180+213=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCB4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4D5 is #334B2A. Grayscale: #BEBEBE. Windows color (decimal): -3361579 or 14005452. OLE color: 14005452.
HSL color Cylindrical-coordinate representation of color #CCB4D5: hue angle of 283.64º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCB4D5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 180 | 213 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.16 |
| HSL | 283.64º | 0.28% | 0.77% | - |
| HSV(B) | 283.64º | 0.15% | 0.84% | - |
| XYZ | 53.23 | 50.28 | 69.85 | - |
| YUV | 190.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 213 | 0.04 | 0.15 | 0 | 0.16 | 283.64 | 0.28 | 0.77 |
| Hex | CC | B4 | D5 | 4 | F | 0 | 10 | 11C | 1C | 4D |
| Octal | 314 | 264 | 325 | 4 | 17 | 0 | 20 | 434 | 34 | 115 |
| Binary | 11001100 | 10110100 | 11010101 | 100 | 1111 | 0 | 10000 | 100011100 | 11100 | 1001101 |
Color Harmonies of #CCB4D5
Complementary color
Monochromatic Colors of #CCB4D5
Black with #CCB4D5
Text Example
Text Example
White with #CCB4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4D5; }
p { color: rgb(204,180,213); }
H1.HeaderClassName
{
color: #CCB4D5;
}
.AnyTagClassName
{
color: #CCB4D5;
}
</style>
background-color css
<style>
a { background-color: #CCB4D5; }
a { background-color: rgb(204,180,213); }
div.DivClassName
{
background-color: #CCB4D5;
}
.BgClassName
{
background-color: #CCB4D5;
}
</style>
border-color css
<style>
span { border-color: #CCB4D5; }
span { border-color: rgb(204,180,213); }
td.TdClassName
{
border-color: #CCB4D5;
}
.TagClassName
{
border-color: #CCB4D5;
}
</style>