Shades of Prelude #C8C4CA
Tints of Prelude #C8C4CA
RGB
CMYK
RGB Variations
Color information
#C8C4CA (or 0xC8C4CA) is known color: Prelude. HEX triplet: C8, C4 and CA. RGB value is (200,196,202). Sum of RGB (Red+Green+Blue) = 200+196+202=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C4CA is #373B35. Grayscale: #C5C5C5. Windows color (decimal): -3619638 or 13288648. OLE color: 13288648.
HSL color Cylindrical-coordinate representation of color #C8C4CA: hue angle of 280º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8C4CA is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 196 | 202 | - |
CMYK | 0.01 | 0.03 | 0 | 0.21 |
HSL | 280º | 0.05% | 0.78% | - |
HSV(B) | 280º | 0.03% | 0.79% | - |
XYZ | 54.22 | 56.02 | 63.83 | - |
YUV | 197.88 | 130.33 | 129.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 196 | 202 | 0.01 | 0.03 | 0 | 0.21 | 280 | 0.05 | 0.78 |
Hex | C8 | C4 | CA | 1 | 3 | 0 | 15 | 118 | 5 | 4E |
Octal | 310 | 304 | 312 | 1 | 3 | 0 | 25 | 430 | 5 | 116 |
Binary | 11001000 | 11000100 | 11001010 | 1 | 11 | 0 | 10101 | 100011000 | 101 | 1001110 |
Color Harmonies of #C8C4CA
Complementary color
Monochromatic Colors of #C8C4CA
Black with #C8C4CA
Text Example
Text Example
White with #C8C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C4CA; }
p { color: rgb(200,196,202); }
H1.HeaderClassName
{
color: #C8C4CA;
}
.AnyTagClassName
{
color: #C8C4CA;
}
</style>
background-color css
<style>
a { background-color: #C8C4CA; }
a { background-color: rgb(200,196,202); }
div.DivClassName
{
background-color: #C8C4CA;
}
.BgClassName
{
background-color: #C8C4CA;
}
</style>
border-color css
<style>
span { border-color: #C8C4CA; }
span { border-color: rgb(200,196,202); }
td.TdClassName
{
border-color: #C8C4CA;
}
.TagClassName
{
border-color: #C8C4CA;
}
</style>