Shades of Prelude #CFAFD8
Tints of Prelude #CFAFD8
RGB
CMYK
RGB Variations
Color information
#CFAFD8 (or 0xCFAFD8) is known color: Prelude. HEX triplet: CF, AF and D8. RGB value is (207,175,216). Sum of RGB (Red+Green+Blue) = 207+175+216=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFAFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD8 is #305027. Grayscale: #BDBDBD. Windows color (decimal): -3166248 or 14200783. OLE color: 14200783.
HSL color Cylindrical-coordinate representation of color #CFAFD8: hue angle of 286.83º degrees, saturation: 0.34, 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 #CFAFD8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 175 | 216 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.15 |
| HSL | 286.83º | 0.34% | 0.77% | - |
| HSV(B) | 286.83º | 0.19% | 0.85% | - |
| XYZ | 53.46 | 48.88 | 71.58 | - |
| YUV | 189.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 216 | 0.04 | 0.19 | 0 | 0.15 | 286.83 | 0.34 | 0.77 |
| Hex | CF | AF | D8 | 4 | 13 | 0 | F | 11F | 22 | 4D |
| Octal | 317 | 257 | 330 | 4 | 23 | 0 | 17 | 437 | 42 | 115 |
| Binary | 11001111 | 10101111 | 11011000 | 100 | 10011 | 0 | 1111 | 100011111 | 100010 | 1001101 |
Color Harmonies of #CFAFD8
Complementary color
Monochromatic Colors of #CFAFD8
Black with #CFAFD8
Text Example
Text Example
White with #CFAFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFD8; }
p { color: rgb(207,175,216); }
H1.HeaderClassName
{
color: #CFAFD8;
}
.AnyTagClassName
{
color: #CFAFD8;
}
</style>
background-color css
<style>
a { background-color: #CFAFD8; }
a { background-color: rgb(207,175,216); }
div.DivClassName
{
background-color: #CFAFD8;
}
.BgClassName
{
background-color: #CFAFD8;
}
</style>
border-color css
<style>
span { border-color: #CFAFD8; }
span { border-color: rgb(207,175,216); }
td.TdClassName
{
border-color: #CFAFD8;
}
.TagClassName
{
border-color: #CFAFD8;
}
</style>