Shades of Prelude #CCB4CF
Tints of Prelude #CCB4CF
RGB
CMYK
RGB Variations
Color information
#CCB4CF (or 0xCCB4CF) is known color: Prelude. HEX triplet: CC, B4 and CF. RGB value is (204,180,207). Sum of RGB (Red+Green+Blue) = 204+180+207=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4CF is #334B30. Grayscale: #BEBEBE. Windows color (decimal): -3361585 or 13612236. OLE color: 13612236.
HSL color Cylindrical-coordinate representation of color #CCB4CF: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB4CF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 180 | 207 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.19 |
| HSL | 293.33º | 0.22% | 0.76% | - |
| HSV(B) | 293.33º | 0.13% | 0.81% | - |
| XYZ | 52.49 | 49.98 | 65.91 | - |
| YUV | 190.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 207 | 0.01 | 0.13 | 0 | 0.19 | 293.33 | 0.22 | 0.76 |
| Hex | CC | B4 | CF | 1 | D | 0 | 13 | 125 | 16 | 4C |
| Octal | 314 | 264 | 317 | 1 | 15 | 0 | 23 | 445 | 26 | 114 |
| Binary | 11001100 | 10110100 | 11001111 | 1 | 1101 | 0 | 10011 | 100100101 | 10110 | 1001100 |
Color Harmonies of #CCB4CF
Complementary color
Monochromatic Colors of #CCB4CF
Black with #CCB4CF
Text Example
Text Example
White with #CCB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4CF; }
p { color: rgb(204,180,207); }
H1.HeaderClassName
{
color: #CCB4CF;
}
.AnyTagClassName
{
color: #CCB4CF;
}
</style>
background-color css
<style>
a { background-color: #CCB4CF; }
a { background-color: rgb(204,180,207); }
div.DivClassName
{
background-color: #CCB4CF;
}
.BgClassName
{
background-color: #CCB4CF;
}
</style>
border-color css
<style>
span { border-color: #CCB4CF; }
span { border-color: rgb(204,180,207); }
td.TdClassName
{
border-color: #CCB4CF;
}
.TagClassName
{
border-color: #CCB4CF;
}
</style>