Shades of Prelude #C4B5CE
Tints of Prelude #C4B5CE
RGB
CMYK
RGB Variations
Color information
#C4B5CE (or 0xC4B5CE) is known color: Prelude. HEX triplet: C4, B5 and CE. RGB value is (196,181,206). Sum of RGB (Red+Green+Blue) = 196+181+206=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B5CE is #3B4A31. Grayscale: #BCBCBC. Windows color (decimal): -3885618 or 13546948. OLE color: 13546948.
HSL color Cylindrical-coordinate representation of color #C4B5CE: hue angle of 276º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4B5CE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 181 | 206 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.19 |
| HSL | 276º | 0.2% | 0.76% | - |
| HSV(B) | 276º | 0.12% | 0.81% | - |
| XYZ | 50.43 | 49.24 | 65.24 | - |
| YUV | 188.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 206 | 0.05 | 0.12 | 0 | 0.19 | 276 | 0.2 | 0.76 |
| Hex | C4 | B5 | CE | 5 | C | 0 | 13 | 114 | 14 | 4C |
| Octal | 304 | 265 | 316 | 5 | 14 | 0 | 23 | 424 | 24 | 114 |
| Binary | 11000100 | 10110101 | 11001110 | 101 | 1100 | 0 | 10011 | 100010100 | 10100 | 1001100 |
Color Harmonies of #C4B5CE
Complementary color
Monochromatic Colors of #C4B5CE
Black with #C4B5CE
Text Example
Text Example
White with #C4B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B5CE; }
p { color: rgb(196,181,206); }
H1.HeaderClassName
{
color: #C4B5CE;
}
.AnyTagClassName
{
color: #C4B5CE;
}
</style>
background-color css
<style>
a { background-color: #C4B5CE; }
a { background-color: rgb(196,181,206); }
div.DivClassName
{
background-color: #C4B5CE;
}
.BgClassName
{
background-color: #C4B5CE;
}
</style>
border-color css
<style>
span { border-color: #C4B5CE; }
span { border-color: rgb(196,181,206); }
td.TdClassName
{
border-color: #C4B5CE;
}
.TagClassName
{
border-color: #C4B5CE;
}
</style>