Shades of Prelude #CFAFD9
Tints of Prelude #CFAFD9
RGB
CMYK
RGB Variations
Color information
#CFAFD9 (or 0xCFAFD9) is known color: Prelude. HEX triplet: CF, AF and D9. RGB value is (207,175,217). Sum of RGB (Red+Green+Blue) = 207+175+217=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD9 is #305026. Grayscale: #BDBDBD. Windows color (decimal): -3166247 or 14266319. OLE color: 14266319.
HSL color Cylindrical-coordinate representation of color #CFAFD9: hue angle of 285.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFAFD9 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 175 | 217 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.15 |
| HSL | 285.71º | 0.36% | 0.77% | - |
| HSV(B) | 285.71º | 0.19% | 0.85% | - |
| XYZ | 53.59 | 48.94 | 72.27 | - |
| YUV | 189.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 217 | 0.05 | 0.19 | 0 | 0.15 | 285.71 | 0.36 | 0.77 |
| Hex | CF | AF | D9 | 5 | 13 | 0 | F | 11E | 24 | 4D |
| Octal | 317 | 257 | 331 | 5 | 23 | 0 | 17 | 436 | 44 | 115 |
| Binary | 11001111 | 10101111 | 11011001 | 101 | 10011 | 0 | 1111 | 100011110 | 100100 | 1001101 |
Color Harmonies of #CFAFD9
Complementary color
Monochromatic Colors of #CFAFD9
Black with #CFAFD9
Text Example
Text Example
White with #CFAFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFD9; }
p { color: rgb(207,175,217); }
H1.HeaderClassName
{
color: #CFAFD9;
}
.AnyTagClassName
{
color: #CFAFD9;
}
</style>
background-color css
<style>
a { background-color: #CFAFD9; }
a { background-color: rgb(207,175,217); }
div.DivClassName
{
background-color: #CFAFD9;
}
.BgClassName
{
background-color: #CFAFD9;
}
</style>
border-color css
<style>
span { border-color: #CFAFD9; }
span { border-color: rgb(207,175,217); }
td.TdClassName
{
border-color: #CFAFD9;
}
.TagClassName
{
border-color: #CFAFD9;
}
</style>