Shades of Prelude #CFACD8
Tints of Prelude #CFACD8
RGB
CMYK
RGB Variations
Color information
#CFACD8 (or 0xCFACD8) is known color: Prelude. HEX triplet: CF, AC and D8. RGB value is (207,172,216). Sum of RGB (Red+Green+Blue) = 207+172+216=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACD8 is #305327. Grayscale: #BBBBBB. Windows color (decimal): -3167016 or 14200015. OLE color: 14200015.
HSL color Cylindrical-coordinate representation of color #CFACD8: hue angle of 287.73º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFACD8 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 172 | 216 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.15 |
| HSL | 287.73º | 0.36% | 0.76% | - |
| HSV(B) | 287.73º | 0.2% | 0.85% | - |
| XYZ | 52.88 | 47.73 | 71.39 | - |
| YUV | 187.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 216 | 0.04 | 0.20 | 0 | 0.15 | 287.73 | 0.36 | 0.76 |
| Hex | CF | AC | D8 | 4 | 14 | 0 | F | 120 | 24 | 4C |
| Octal | 317 | 254 | 330 | 4 | 24 | 0 | 17 | 440 | 44 | 114 |
| Binary | 11001111 | 10101100 | 11011000 | 100 | 10100 | 0 | 1111 | 100100000 | 100100 | 1001100 |
Color Harmonies of #CFACD8
Complementary color
Monochromatic Colors of #CFACD8
Black with #CFACD8
Text Example
Text Example
White with #CFACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACD8; }
p { color: rgb(207,172,216); }
H1.HeaderClassName
{
color: #CFACD8;
}
.AnyTagClassName
{
color: #CFACD8;
}
</style>
background-color css
<style>
a { background-color: #CFACD8; }
a { background-color: rgb(207,172,216); }
div.DivClassName
{
background-color: #CFACD8;
}
.BgClassName
{
background-color: #CFACD8;
}
</style>
border-color css
<style>
span { border-color: #CFACD8; }
span { border-color: rgb(207,172,216); }
td.TdClassName
{
border-color: #CFACD8;
}
.TagClassName
{
border-color: #CFACD8;
}
</style>