Shades of Prelude #CFAFD7
Tints of Prelude #CFAFD7
RGB
CMYK
RGB Variations
Color information
#CFAFD7 (or 0xCFAFD7) is known color: Prelude. HEX triplet: CF, AF and D7. RGB value is (207,175,215). Sum of RGB (Red+Green+Blue) = 207+175+215=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD7 is #305028. Grayscale: #BDBDBD. Windows color (decimal): -3166249 or 14135247. OLE color: 14135247.
HSL color Cylindrical-coordinate representation of color #CFAFD7: hue angle of 288º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFAFD7 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 175 | 215 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.16 |
| HSL | 288º | 0.33% | 0.76% | - |
| HSV(B) | 288º | 0.19% | 0.84% | - |
| XYZ | 53.33 | 48.83 | 70.9 | - |
| YUV | 189.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 215 | 0.04 | 0.19 | 0 | 0.16 | 288 | 0.33 | 0.76 |
| Hex | CF | AF | D7 | 4 | 13 | 0 | 10 | 120 | 21 | 4C |
| Octal | 317 | 257 | 327 | 4 | 23 | 0 | 20 | 440 | 41 | 114 |
| Binary | 11001111 | 10101111 | 11010111 | 100 | 10011 | 0 | 10000 | 100100000 | 100001 | 1001100 |
Color Harmonies of #CFAFD7
Complementary color
Monochromatic Colors of #CFAFD7
Black with #CFAFD7
Text Example
Text Example
White with #CFAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFD7; }
p { color: rgb(207,175,215); }
H1.HeaderClassName
{
color: #CFAFD7;
}
.AnyTagClassName
{
color: #CFAFD7;
}
</style>
background-color css
<style>
a { background-color: #CFAFD7; }
a { background-color: rgb(207,175,215); }
div.DivClassName
{
background-color: #CFAFD7;
}
.BgClassName
{
background-color: #CFAFD7;
}
</style>
border-color css
<style>
span { border-color: #CFAFD7; }
span { border-color: rgb(207,175,215); }
td.TdClassName
{
border-color: #CFAFD7;
}
.TagClassName
{
border-color: #CFAFD7;
}
</style>