Shades of Prelude #C8C5C9
Tints of Prelude #C8C5C9
RGB
CMYK
RGB Variations
Color information
#C8C5C9 (or 0xC8C5C9) is known color: Prelude. HEX triplet: C8, C5 and C9. RGB value is (200,197,201). Sum of RGB (Red+Green+Blue) = 200+197+201=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 201 - color contains mainly: blue. Hex color #C8C5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5C9 is #373A36. Grayscale: #C6C6C6. Windows color (decimal): -3619383 or 13223368. OLE color: 13223368.
HSL color Cylindrical-coordinate representation of color #C8C5C9: hue angle of 285º degrees, saturation: 0.04, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8C5C9 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 197 | 201 | - |
CMYK | 0.00 | 0.02 | 0 | 0.21 |
HSL | 285º | 0.04% | 0.78% | - |
HSV(B) | 285º | 0.02% | 0.79% | - |
XYZ | 54.33 | 56.43 | 63.29 | - |
YUV | 198.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 197 | 201 | 0.00 | 0.02 | 0 | 0.21 | 285 | 0.04 | 0.78 |
Hex | C8 | C5 | C9 | 0 | 2 | 0 | 15 | 11D | 4 | 4E |
Octal | 310 | 305 | 311 | 0 | 2 | 0 | 25 | 435 | 4 | 116 |
Binary | 11001000 | 11000101 | 11001001 | 0 | 10 | 0 | 10101 | 100011101 | 100 | 1001110 |
Color Harmonies of #C8C5C9
Complementary color
Monochromatic Colors of #C8C5C9
Black with #C8C5C9
Text Example
Text Example
White with #C8C5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5C9; }
p { color: rgb(200,197,201); }
H1.HeaderClassName
{
color: #C8C5C9;
}
.AnyTagClassName
{
color: #C8C5C9;
}
</style>
background-color css
<style>
a { background-color: #C8C5C9; }
a { background-color: rgb(200,197,201); }
div.DivClassName
{
background-color: #C8C5C9;
}
.BgClassName
{
background-color: #C8C5C9;
}
</style>
border-color css
<style>
span { border-color: #C8C5C9; }
span { border-color: rgb(200,197,201); }
td.TdClassName
{
border-color: #C8C5C9;
}
.TagClassName
{
border-color: #C8C5C9;
}
</style>