Shades of Prelude #C4B4CC
Tints of Prelude #C4B4CC
RGB
CMYK
RGB Variations
Color information
#C4B4CC (or 0xC4B4CC) is known color: Prelude. HEX triplet: C4, B4 and CC. RGB value is (196,180,204). Sum of RGB (Red+Green+Blue) = 196+180+204=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4B4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4CC is #3B4B33. Grayscale: #BBBBBB. Windows color (decimal): -3885876 or 13415620. OLE color: 13415620.
HSL color Cylindrical-coordinate representation of color #C4B4CC: hue angle of 280º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4B4CC is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 180 | 204 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.2 |
| HSL | 280º | 0.19% | 0.75% | - |
| HSV(B) | 280º | 0.12% | 0.8% | - |
| XYZ | 49.99 | 48.74 | 63.9 | - |
| YUV | 187.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 204 | 0.04 | 0.12 | 0 | 0.2 | 280 | 0.19 | 0.75 |
| Hex | C4 | B4 | CC | 4 | C | 0 | 14 | 118 | 13 | 4B |
| Octal | 304 | 264 | 314 | 4 | 14 | 0 | 24 | 430 | 23 | 113 |
| Binary | 11000100 | 10110100 | 11001100 | 100 | 1100 | 0 | 10100 | 100011000 | 10011 | 1001011 |
Color Harmonies of #C4B4CC
Complementary color
Monochromatic Colors of #C4B4CC
Black with #C4B4CC
Text Example
Text Example
White with #C4B4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B4CC; }
p { color: rgb(196,180,204); }
H1.HeaderClassName
{
color: #C4B4CC;
}
.AnyTagClassName
{
color: #C4B4CC;
}
</style>
background-color css
<style>
a { background-color: #C4B4CC; }
a { background-color: rgb(196,180,204); }
div.DivClassName
{
background-color: #C4B4CC;
}
.BgClassName
{
background-color: #C4B4CC;
}
</style>
border-color css
<style>
span { border-color: #C4B4CC; }
span { border-color: rgb(196,180,204); }
td.TdClassName
{
border-color: #C4B4CC;
}
.TagClassName
{
border-color: #C4B4CC;
}
</style>