Shades of Prelude #C8ADD2
Tints of Prelude #C8ADD2
RGB
CMYK
RGB Variations
Color information
#C8ADD2 (or 0xC8ADD2) is known color: Prelude. HEX triplet: C8, AD and D2. RGB value is (200,173,210). Sum of RGB (Red+Green+Blue) = 200+173+210=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #C8ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADD2 is #37522D. Grayscale: #B9B9B9. Windows color (decimal): -3625518 or 13807048. OLE color: 13807048.
HSL color Cylindrical-coordinate representation of color #C8ADD2: hue angle of 283.78º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8ADD2 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 173 | 210 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.18 |
| HSL | 283.78º | 0.29% | 0.75% | - |
| HSV(B) | 283.78º | 0.18% | 0.82% | - |
| XYZ | 50.4 | 46.82 | 67.35 | - |
| YUV | 185.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 210 | 0.05 | 0.18 | 0 | 0.18 | 283.78 | 0.29 | 0.75 |
| Hex | C8 | AD | D2 | 5 | 12 | 0 | 12 | 11C | 1D | 4B |
| Octal | 310 | 255 | 322 | 5 | 22 | 0 | 22 | 434 | 35 | 113 |
| Binary | 11001000 | 10101101 | 11010010 | 101 | 10010 | 0 | 10010 | 100011100 | 11101 | 1001011 |
Color Harmonies of #C8ADD2
Complementary color
Monochromatic Colors of #C8ADD2
Black with #C8ADD2
Text Example
Text Example
White with #C8ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADD2; }
p { color: rgb(200,173,210); }
H1.HeaderClassName
{
color: #C8ADD2;
}
.AnyTagClassName
{
color: #C8ADD2;
}
</style>
background-color css
<style>
a { background-color: #C8ADD2; }
a { background-color: rgb(200,173,210); }
div.DivClassName
{
background-color: #C8ADD2;
}
.BgClassName
{
background-color: #C8ADD2;
}
</style>
border-color css
<style>
span { border-color: #C8ADD2; }
span { border-color: rgb(200,173,210); }
td.TdClassName
{
border-color: #C8ADD2;
}
.TagClassName
{
border-color: #C8ADD2;
}
</style>