Shades of Prelude #C4B5CC
Tints of Prelude #C4B5CC
RGB
CMYK
RGB Variations
Color information
#C4B5CC (or 0xC4B5CC) is known color: Prelude. HEX triplet: C4, B5 and CC. RGB value is (196,181,204). Sum of RGB (Red+Green+Blue) = 196+181+204=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4B5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B5CC is #3B4A33. Grayscale: #BCBCBC. Windows color (decimal): -3885620 or 13415876. OLE color: 13415876.
HSL color Cylindrical-coordinate representation of color #C4B5CC: hue angle of 279.13º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4B5CC is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 181 | 204 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.2 |
| HSL | 279.13º | 0.18% | 0.75% | - |
| HSV(B) | 279.13º | 0.11% | 0.8% | - |
| XYZ | 50.19 | 49.14 | 63.97 | - |
| YUV | 188.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 204 | 0.04 | 0.11 | 0 | 0.2 | 279.13 | 0.18 | 0.75 |
| Hex | C4 | B5 | CC | 4 | B | 0 | 14 | 117 | 12 | 4B |
| Octal | 304 | 265 | 314 | 4 | 13 | 0 | 24 | 427 | 22 | 113 |
| Binary | 11000100 | 10110101 | 11001100 | 100 | 1011 | 0 | 10100 | 100010111 | 10010 | 1001011 |
Color Harmonies of #C4B5CC
Complementary color
Monochromatic Colors of #C4B5CC
Black with #C4B5CC
Text Example
Text Example
White with #C4B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B5CC; }
p { color: rgb(196,181,204); }
H1.HeaderClassName
{
color: #C4B5CC;
}
.AnyTagClassName
{
color: #C4B5CC;
}
</style>
background-color css
<style>
a { background-color: #C4B5CC; }
a { background-color: rgb(196,181,204); }
div.DivClassName
{
background-color: #C4B5CC;
}
.BgClassName
{
background-color: #C4B5CC;
}
</style>
border-color css
<style>
span { border-color: #C4B5CC; }
span { border-color: rgb(196,181,204); }
td.TdClassName
{
border-color: #C4B5CC;
}
.TagClassName
{
border-color: #C4B5CC;
}
</style>