Shades of Prelude #C9ADD3
Tints of Prelude #C9ADD3
RGB
CMYK
RGB Variations
Color information
#C9ADD3 (or 0xC9ADD3) is known color: Prelude. HEX triplet: C9, AD and D3. RGB value is (201,173,211). Sum of RGB (Red+Green+Blue) = 201+173+211=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #C9ADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADD3 is #36522C. Grayscale: #B9B9B9. Windows color (decimal): -3559981 or 13872585. OLE color: 13872585.
HSL color Cylindrical-coordinate representation of color #C9ADD3: hue angle of 284.21º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9ADD3 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 173 | 211 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.17 |
| HSL | 284.21º | 0.3% | 0.75% | - |
| HSV(B) | 284.21º | 0.18% | 0.83% | - |
| XYZ | 50.79 | 47.01 | 68.02 | - |
| YUV | 185.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 211 | 0.05 | 0.18 | 0 | 0.17 | 284.21 | 0.3 | 0.75 |
| Hex | C9 | AD | D3 | 5 | 12 | 0 | 11 | 11C | 1E | 4B |
| Octal | 311 | 255 | 323 | 5 | 22 | 0 | 21 | 434 | 36 | 113 |
| Binary | 11001001 | 10101101 | 11010011 | 101 | 10010 | 0 | 10001 | 100011100 | 11110 | 1001011 |
Color Harmonies of #C9ADD3
Complementary color
Monochromatic Colors of #C9ADD3
Black with #C9ADD3
Text Example
Text Example
White with #C9ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADD3; }
p { color: rgb(201,173,211); }
H1.HeaderClassName
{
color: #C9ADD3;
}
.AnyTagClassName
{
color: #C9ADD3;
}
</style>
background-color css
<style>
a { background-color: #C9ADD3; }
a { background-color: rgb(201,173,211); }
div.DivClassName
{
background-color: #C9ADD3;
}
.BgClassName
{
background-color: #C9ADD3;
}
</style>
border-color css
<style>
span { border-color: #C9ADD3; }
span { border-color: rgb(201,173,211); }
td.TdClassName
{
border-color: #C9ADD3;
}
.TagClassName
{
border-color: #C9ADD3;
}
</style>