Shades of Prelude #CCB5CF
Tints of Prelude #CCB5CF
RGB
CMYK
RGB Variations
Color information
#CCB5CF (or 0xCCB5CF) is known color: Prelude. HEX triplet: CC, B5 and CF. RGB value is (204,181,207). Sum of RGB (Red+Green+Blue) = 204+181+207=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5CF is #334A30. Grayscale: #BEBEBE. Windows color (decimal): -3361329 or 13612492. OLE color: 13612492.
HSL color Cylindrical-coordinate representation of color #CCB5CF: hue angle of 293.08º degrees, saturation: 0.21, 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 #CCB5CF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 181 | 207 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.19 |
| HSL | 293.08º | 0.21% | 0.76% | - |
| HSV(B) | 293.08º | 0.13% | 0.81% | - |
| XYZ | 52.69 | 50.39 | 65.98 | - |
| YUV | 190.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 207 | 0.01 | 0.13 | 0 | 0.19 | 293.08 | 0.21 | 0.76 |
| Hex | CC | B5 | CF | 1 | D | 0 | 13 | 125 | 15 | 4C |
| Octal | 314 | 265 | 317 | 1 | 15 | 0 | 23 | 445 | 25 | 114 |
| Binary | 11001100 | 10110101 | 11001111 | 1 | 1101 | 0 | 10011 | 100100101 | 10101 | 1001100 |
Color Harmonies of #CCB5CF
Complementary color
Monochromatic Colors of #CCB5CF
Black with #CCB5CF
Text Example
Text Example
White with #CCB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5CF; }
p { color: rgb(204,181,207); }
H1.HeaderClassName
{
color: #CCB5CF;
}
.AnyTagClassName
{
color: #CCB5CF;
}
</style>
background-color css
<style>
a { background-color: #CCB5CF; }
a { background-color: rgb(204,181,207); }
div.DivClassName
{
background-color: #CCB5CF;
}
.BgClassName
{
background-color: #CCB5CF;
}
</style>
border-color css
<style>
span { border-color: #CCB5CF; }
span { border-color: rgb(204,181,207); }
td.TdClassName
{
border-color: #CCB5CF;
}
.TagClassName
{
border-color: #CCB5CF;
}
</style>