Shades of Prelude #CCB3CF
Tints of Prelude #CCB3CF
RGB
CMYK
RGB Variations
Color information
#CCB3CF (or 0xCCB3CF) is known color: Prelude. HEX triplet: CC, B3 and CF. RGB value is (204,179,207). Sum of RGB (Red+Green+Blue) = 204+179+207=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3CF is #334C30. Grayscale: #BDBDBD. Windows color (decimal): -3361841 or 13611980. OLE color: 13611980.
HSL color Cylindrical-coordinate representation of color #CCB3CF: hue angle of 293.57º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB3CF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 179 | 207 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.19 |
| HSL | 293.57º | 0.23% | 0.76% | - |
| HSV(B) | 293.57º | 0.14% | 0.81% | - |
| XYZ | 52.28 | 49.58 | 65.85 | - |
| YUV | 189.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 207 | 0.01 | 0.14 | 0 | 0.19 | 293.57 | 0.23 | 0.76 |
| Hex | CC | B3 | CF | 1 | E | 0 | 13 | 126 | 17 | 4C |
| Octal | 314 | 263 | 317 | 1 | 16 | 0 | 23 | 446 | 27 | 114 |
| Binary | 11001100 | 10110011 | 11001111 | 1 | 1110 | 0 | 10011 | 100100110 | 10111 | 1001100 |
Color Harmonies of #CCB3CF
Complementary color
Monochromatic Colors of #CCB3CF
Black with #CCB3CF
Text Example
Text Example
White with #CCB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3CF; }
p { color: rgb(204,179,207); }
H1.HeaderClassName
{
color: #CCB3CF;
}
.AnyTagClassName
{
color: #CCB3CF;
}
</style>
background-color css
<style>
a { background-color: #CCB3CF; }
a { background-color: rgb(204,179,207); }
div.DivClassName
{
background-color: #CCB3CF;
}
.BgClassName
{
background-color: #CCB3CF;
}
</style>
border-color css
<style>
span { border-color: #CCB3CF; }
span { border-color: rgb(204,179,207); }
td.TdClassName
{
border-color: #CCB3CF;
}
.TagClassName
{
border-color: #CCB3CF;
}
</style>