Shades of Prelude #C9ADD8
Tints of Prelude #C9ADD8
RGB
CMYK
RGB Variations
Color information
#C9ADD8 (or 0xC9ADD8) is known color: Prelude. HEX triplet: C9, AD and D8. RGB value is (201,173,216). Sum of RGB (Red+Green+Blue) = 201+173+216=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9ADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADD8 is #365227. Grayscale: #BABABA. Windows color (decimal): -3559976 or 14200265. OLE color: 14200265.
HSL color Cylindrical-coordinate representation of color #C9ADD8: hue angle of 279.07º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9ADD8 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 173 | 216 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.15 |
| HSL | 279.07º | 0.36% | 0.76% | - |
| HSV(B) | 279.07º | 0.2% | 0.85% | - |
| XYZ | 51.43 | 47.26 | 71.38 | - |
| YUV | 186.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 216 | 0.07 | 0.20 | 0 | 0.15 | 279.07 | 0.36 | 0.76 |
| Hex | C9 | AD | D8 | 7 | 14 | 0 | F | 117 | 24 | 4C |
| Octal | 311 | 255 | 330 | 7 | 24 | 0 | 17 | 427 | 44 | 114 |
| Binary | 11001001 | 10101101 | 11011000 | 111 | 10100 | 0 | 1111 | 100010111 | 100100 | 1001100 |
Color Harmonies of #C9ADD8
Complementary color
Monochromatic Colors of #C9ADD8
Black with #C9ADD8
Text Example
Text Example
White with #C9ADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADD8; }
p { color: rgb(201,173,216); }
H1.HeaderClassName
{
color: #C9ADD8;
}
.AnyTagClassName
{
color: #C9ADD8;
}
</style>
background-color css
<style>
a { background-color: #C9ADD8; }
a { background-color: rgb(201,173,216); }
div.DivClassName
{
background-color: #C9ADD8;
}
.BgClassName
{
background-color: #C9ADD8;
}
</style>
border-color css
<style>
span { border-color: #C9ADD8; }
span { border-color: rgb(201,173,216); }
td.TdClassName
{
border-color: #C9ADD8;
}
.TagClassName
{
border-color: #C9ADD8;
}
</style>