Shades of Prelude #C8ADCD
Tints of Prelude #C8ADCD
RGB
CMYK
RGB Variations
Color information
#C8ADCD (or 0xC8ADCD) is known color: Prelude. HEX triplet: C8, AD and CD. RGB value is (200,173,205). Sum of RGB (Red+Green+Blue) = 200+173+205=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADCD is #375232. Grayscale: #B8B8B8. Windows color (decimal): -3625523 or 13479368. OLE color: 13479368.
HSL color Cylindrical-coordinate representation of color #C8ADCD: hue angle of 290.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8ADCD is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 173 | 205 | - |
CMYK | 0.02 | 0.16 | 0 | 0.20 |
HSL | 290.63º | 0.24% | 0.74% | - |
HSV(B) | 290.63º | 0.16% | 0.8% | - |
XYZ | 49.78 | 46.57 | 64.12 | - |
YUV | 184.72 | 139.45 | 138.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 173 | 205 | 0.02 | 0.16 | 0 | 0.20 | 290.63 | 0.24 | 0.74 |
Hex | C8 | AD | CD | 2 | 10 | 0 | 14 | 123 | 18 | 4A |
Octal | 310 | 255 | 315 | 2 | 20 | 0 | 24 | 443 | 30 | 112 |
Binary | 11001000 | 10101101 | 11001101 | 10 | 10000 | 0 | 10100 | 100100011 | 11000 | 1001010 |
Color Harmonies of #C8ADCD
Complementary color
Monochromatic Colors of #C8ADCD
Black with #C8ADCD
Text Example
Text Example
White with #C8ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADCD; }
p { color: rgb(200,173,205); }
H1.HeaderClassName
{
color: #C8ADCD;
}
.AnyTagClassName
{
color: #C8ADCD;
}
</style>
background-color css
<style>
a { background-color: #C8ADCD; }
a { background-color: rgb(200,173,205); }
div.DivClassName
{
background-color: #C8ADCD;
}
.BgClassName
{
background-color: #C8ADCD;
}
</style>
border-color css
<style>
span { border-color: #C8ADCD; }
span { border-color: rgb(200,173,205); }
td.TdClassName
{
border-color: #C8ADCD;
}
.TagClassName
{
border-color: #C8ADCD;
}
</style>