Shades of Prelude #C3B5CE
Tints of Prelude #C3B5CE
RGB
CMYK
RGB Variations
Color information
#C3B5CE (or 0xC3B5CE) is known color: Prelude. HEX triplet: C3, B5 and CE. RGB value is (195,181,206). Sum of RGB (Red+Green+Blue) = 195+181+206=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B5CE is #3C4A31. Grayscale: #BBBBBB. Windows color (decimal): -3951154 or 13546947. OLE color: 13546947.
HSL color Cylindrical-coordinate representation of color #C3B5CE: hue angle of 273.6º 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 #C3B5CE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 181 | 206 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.19 |
| HSL | 273.6º | 0.2% | 0.76% | - |
| HSV(B) | 273.6º | 0.12% | 0.81% | - |
| XYZ | 50.17 | 49.11 | 65.23 | - |
| YUV | 188.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 206 | 0.05 | 0.12 | 0 | 0.19 | 273.6 | 0.2 | 0.76 |
| Hex | C3 | B5 | CE | 5 | C | 0 | 13 | 112 | 14 | 4C |
| Octal | 303 | 265 | 316 | 5 | 14 | 0 | 23 | 422 | 24 | 114 |
| Binary | 11000011 | 10110101 | 11001110 | 101 | 1100 | 0 | 10011 | 100010010 | 10100 | 1001100 |
Color Harmonies of #C3B5CE
Complementary color
Monochromatic Colors of #C3B5CE
Black with #C3B5CE
Text Example
Text Example
White with #C3B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B5CE; }
p { color: rgb(195,181,206); }
H1.HeaderClassName
{
color: #C3B5CE;
}
.AnyTagClassName
{
color: #C3B5CE;
}
</style>
background-color css
<style>
a { background-color: #C3B5CE; }
a { background-color: rgb(195,181,206); }
div.DivClassName
{
background-color: #C3B5CE;
}
.BgClassName
{
background-color: #C3B5CE;
}
</style>
border-color css
<style>
span { border-color: #C3B5CE; }
span { border-color: rgb(195,181,206); }
td.TdClassName
{
border-color: #C3B5CE;
}
.TagClassName
{
border-color: #C3B5CE;
}
</style>