Shades of Prelude #C3B7C8
Tints of Prelude #C3B7C8
RGB
CMYK
RGB Variations
Color information
#C3B7C8 (or 0xC3B7C8) is known color: Prelude. HEX triplet: C3, B7 and C8. RGB value is (195,183,200). Sum of RGB (Red+Green+Blue) = 195+183+200=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 200 - color contains mainly: blue. Hex color #C3B7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7C8 is #3C4837. Grayscale: #BCBCBC. Windows color (decimal): -3950648 or 13154243. OLE color: 13154243.
HSL color Cylindrical-coordinate representation of color #C3B7C8: hue angle of 282.35º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3B7C8 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 183 | 200 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.22 |
| HSL | 282.35º | 0.13% | 0.75% | - |
| HSV(B) | 282.35º | 0.08% | 0.78% | - |
| XYZ | 49.86 | 49.64 | 61.6 | - |
| YUV | 188.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 200 | 0.02 | 0.08 | 0 | 0.22 | 282.35 | 0.13 | 0.75 |
| Hex | C3 | B7 | C8 | 2 | 8 | 0 | 16 | 11A | D | 4B |
| Octal | 303 | 267 | 310 | 2 | 10 | 0 | 26 | 432 | 15 | 113 |
| Binary | 11000011 | 10110111 | 11001000 | 10 | 1000 | 0 | 10110 | 100011010 | 1101 | 1001011 |
Color Harmonies of #C3B7C8
Complementary color
Monochromatic Colors of #C3B7C8
Black with #C3B7C8
Text Example
Text Example
White with #C3B7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7C8; }
p { color: rgb(195,183,200); }
H1.HeaderClassName
{
color: #C3B7C8;
}
.AnyTagClassName
{
color: #C3B7C8;
}
</style>
background-color css
<style>
a { background-color: #C3B7C8; }
a { background-color: rgb(195,183,200); }
div.DivClassName
{
background-color: #C3B7C8;
}
.BgClassName
{
background-color: #C3B7C8;
}
</style>
border-color css
<style>
span { border-color: #C3B7C8; }
span { border-color: rgb(195,183,200); }
td.TdClassName
{
border-color: #C3B7C8;
}
.TagClassName
{
border-color: #C3B7C8;
}
</style>