Shades of Prelude #CCB2CF
Tints of Prelude #CCB2CF
RGB
CMYK
RGB Variations
Color information
#CCB2CF (or 0xCCB2CF) is known color: Prelude. HEX triplet: CC, B2 and CF. RGB value is (204,178,207). Sum of RGB (Red+Green+Blue) = 204+178+207=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2CF is #334D30. Grayscale: #BCBCBC. Windows color (decimal): -3362097 or 13611724. OLE color: 13611724.
HSL color Cylindrical-coordinate representation of color #CCB2CF: hue angle of 293.79º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB2CF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 178 | 207 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.19 |
| HSL | 293.79º | 0.23% | 0.75% | - |
| HSV(B) | 293.79º | 0.14% | 0.81% | - |
| XYZ | 52.08 | 49.18 | 65.78 | - |
| YUV | 189.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 207 | 0.01 | 0.14 | 0 | 0.19 | 293.79 | 0.23 | 0.75 |
| Hex | CC | B2 | CF | 1 | E | 0 | 13 | 126 | 17 | 4B |
| Octal | 314 | 262 | 317 | 1 | 16 | 0 | 23 | 446 | 27 | 113 |
| Binary | 11001100 | 10110010 | 11001111 | 1 | 1110 | 0 | 10011 | 100100110 | 10111 | 1001011 |
Color Harmonies of #CCB2CF
Complementary color
Monochromatic Colors of #CCB2CF
Black with #CCB2CF
Text Example
Text Example
White with #CCB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2CF; }
p { color: rgb(204,178,207); }
H1.HeaderClassName
{
color: #CCB2CF;
}
.AnyTagClassName
{
color: #CCB2CF;
}
</style>
background-color css
<style>
a { background-color: #CCB2CF; }
a { background-color: rgb(204,178,207); }
div.DivClassName
{
background-color: #CCB2CF;
}
.BgClassName
{
background-color: #CCB2CF;
}
</style>
border-color css
<style>
span { border-color: #CCB2CF; }
span { border-color: rgb(204,178,207); }
td.TdClassName
{
border-color: #CCB2CF;
}
.TagClassName
{
border-color: #CCB2CF;
}
</style>