Shades of Prelude #C8ACD5
Tints of Prelude #C8ACD5
RGB
CMYK
RGB Variations
Color information
#C8ACD5 (or 0xC8ACD5) is known color: Prelude. HEX triplet: C8, AC and D5. RGB value is (200,172,213). Sum of RGB (Red+Green+Blue) = 200+172+213=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACD5 is #37532A. Grayscale: #B8B8B8. Windows color (decimal): -3625771 or 14003400. OLE color: 14003400.
HSL color Cylindrical-coordinate representation of color #C8ACD5: hue angle of 280.98º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8ACD5 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 172 | 213 | - |
CMYK | 0.06 | 0.19 | 0 | 0.16 |
HSL | 280.98º | 0.33% | 0.75% | - |
HSV(B) | 280.98º | 0.19% | 0.84% | - |
XYZ | 50.58 | 46.59 | 69.28 | - |
YUV | 185.05 | 143.78 | 138.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 172 | 213 | 0.06 | 0.19 | 0 | 0.16 | 280.98 | 0.33 | 0.75 |
Hex | C8 | AC | D5 | 6 | 13 | 0 | 10 | 119 | 21 | 4B |
Octal | 310 | 254 | 325 | 6 | 23 | 0 | 20 | 431 | 41 | 113 |
Binary | 11001000 | 10101100 | 11010101 | 110 | 10011 | 0 | 10000 | 100011001 | 100001 | 1001011 |
Color Harmonies of #C8ACD5
Complementary color
Monochromatic Colors of #C8ACD5
Black with #C8ACD5
Text Example
Text Example
White with #C8ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACD5; }
p { color: rgb(200,172,213); }
H1.HeaderClassName
{
color: #C8ACD5;
}
.AnyTagClassName
{
color: #C8ACD5;
}
</style>
background-color css
<style>
a { background-color: #C8ACD5; }
a { background-color: rgb(200,172,213); }
div.DivClassName
{
background-color: #C8ACD5;
}
.BgClassName
{
background-color: #C8ACD5;
}
</style>
border-color css
<style>
span { border-color: #C8ACD5; }
span { border-color: rgb(200,172,213); }
td.TdClassName
{
border-color: #C8ACD5;
}
.TagClassName
{
border-color: #C8ACD5;
}
</style>