Shades of Prelude #CCB4D0
Tints of Prelude #CCB4D0
RGB
CMYK
RGB Variations
Color information
#CCB4D0 (or 0xCCB4D0) is known color: Prelude. HEX triplet: CC, B4 and D0. RGB value is (204,180,208). Sum of RGB (Red+Green+Blue) = 204+180+208=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCB4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4D0 is #334B2F. Grayscale: #BEBEBE. Windows color (decimal): -3361584 or 13677772. OLE color: 13677772.
HSL color Cylindrical-coordinate representation of color #CCB4D0: hue angle of 291.43º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB4D0 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 180 | 208 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.18 |
| HSL | 291.43º | 0.23% | 0.76% | - |
| HSV(B) | 291.43º | 0.13% | 0.82% | - |
| XYZ | 52.61 | 50.03 | 66.56 | - |
| YUV | 190.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 208 | 0.02 | 0.13 | 0 | 0.18 | 291.43 | 0.23 | 0.76 |
| Hex | CC | B4 | D0 | 2 | D | 0 | 12 | 123 | 17 | 4C |
| Octal | 314 | 264 | 320 | 2 | 15 | 0 | 22 | 443 | 27 | 114 |
| Binary | 11001100 | 10110100 | 11010000 | 10 | 1101 | 0 | 10010 | 100100011 | 10111 | 1001100 |
Color Harmonies of #CCB4D0
Complementary color
Monochromatic Colors of #CCB4D0
Black with #CCB4D0
Text Example
Text Example
White with #CCB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4D0; }
p { color: rgb(204,180,208); }
H1.HeaderClassName
{
color: #CCB4D0;
}
.AnyTagClassName
{
color: #CCB4D0;
}
</style>
background-color css
<style>
a { background-color: #CCB4D0; }
a { background-color: rgb(204,180,208); }
div.DivClassName
{
background-color: #CCB4D0;
}
.BgClassName
{
background-color: #CCB4D0;
}
</style>
border-color css
<style>
span { border-color: #CCB4D0; }
span { border-color: rgb(204,180,208); }
td.TdClassName
{
border-color: #CCB4D0;
}
.TagClassName
{
border-color: #CCB4D0;
}
</style>