Shades of Prelude #C9AFDB
Tints of Prelude #C9AFDB
RGB
CMYK
RGB Variations
Color information
#C9AFDB (or 0xC9AFDB) is known color: Prelude. HEX triplet: C9, AF and DB. RGB value is (201,175,219). Sum of RGB (Red+Green+Blue) = 201+175+219=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFDB is #365024. Grayscale: #BBBBBB. Windows color (decimal): -3559461 or 14397385. OLE color: 14397385.
HSL color Cylindrical-coordinate representation of color #C9AFDB: hue angle of 275.45º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9AFDB is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 175 | 219 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.14 |
| HSL | 275.45º | 0.38% | 0.77% | - |
| HSV(B) | 275.45º | 0.2% | 0.86% | - |
| XYZ | 52.2 | 48.19 | 73.57 | - |
| YUV | 187.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 219 | 0.08 | 0.20 | 0 | 0.14 | 275.45 | 0.38 | 0.77 |
| Hex | C9 | AF | DB | 8 | 14 | 0 | E | 113 | 26 | 4D |
| Octal | 311 | 257 | 333 | 10 | 24 | 0 | 16 | 423 | 46 | 115 |
| Binary | 11001001 | 10101111 | 11011011 | 1000 | 10100 | 0 | 1110 | 100010011 | 100110 | 1001101 |
Color Harmonies of #C9AFDB
Complementary color
Monochromatic Colors of #C9AFDB
Black with #C9AFDB
Text Example
Text Example
White with #C9AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFDB; }
p { color: rgb(201,175,219); }
H1.HeaderClassName
{
color: #C9AFDB;
}
.AnyTagClassName
{
color: #C9AFDB;
}
</style>
background-color css
<style>
a { background-color: #C9AFDB; }
a { background-color: rgb(201,175,219); }
div.DivClassName
{
background-color: #C9AFDB;
}
.BgClassName
{
background-color: #C9AFDB;
}
</style>
border-color css
<style>
span { border-color: #C9AFDB; }
span { border-color: rgb(201,175,219); }
td.TdClassName
{
border-color: #C9AFDB;
}
.TagClassName
{
border-color: #C9AFDB;
}
</style>