Shades of Prelude #C4B2CC
Tints of Prelude #C4B2CC
RGB
CMYK
RGB Variations
Color information
#C4B2CC (or 0xC4B2CC) is known color: Prelude. HEX triplet: C4, B2 and CC. RGB value is (196,178,204). Sum of RGB (Red+Green+Blue) = 196+178+204=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4B2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B2CC is #3B4D33. Grayscale: #BABABA. Windows color (decimal): -3886388 or 13415108. OLE color: 13415108.
HSL color Cylindrical-coordinate representation of color #C4B2CC: hue angle of 281.54º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4B2CC is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 178 | 204 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.2 |
| HSL | 281.54º | 0.2% | 0.75% | - |
| HSV(B) | 281.54º | 0.13% | 0.8% | - |
| XYZ | 49.58 | 47.94 | 63.77 | - |
| YUV | 186.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 204 | 0.04 | 0.13 | 0 | 0.2 | 281.54 | 0.2 | 0.75 |
| Hex | C4 | B2 | CC | 4 | D | 0 | 14 | 11A | 14 | 4B |
| Octal | 304 | 262 | 314 | 4 | 15 | 0 | 24 | 432 | 24 | 113 |
| Binary | 11000100 | 10110010 | 11001100 | 100 | 1101 | 0 | 10100 | 100011010 | 10100 | 1001011 |
Color Harmonies of #C4B2CC
Complementary color
Monochromatic Colors of #C4B2CC
Black with #C4B2CC
Text Example
Text Example
White with #C4B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2CC; }
p { color: rgb(196,178,204); }
H1.HeaderClassName
{
color: #C4B2CC;
}
.AnyTagClassName
{
color: #C4B2CC;
}
</style>
background-color css
<style>
a { background-color: #C4B2CC; }
a { background-color: rgb(196,178,204); }
div.DivClassName
{
background-color: #C4B2CC;
}
.BgClassName
{
background-color: #C4B2CC;
}
</style>
border-color css
<style>
span { border-color: #C4B2CC; }
span { border-color: rgb(196,178,204); }
td.TdClassName
{
border-color: #C4B2CC;
}
.TagClassName
{
border-color: #C4B2CC;
}
</style>