Shades of Prelude #CFACD4
Tints of Prelude #CFACD4
RGB
CMYK
RGB Variations
Color information
#CFACD4 (or 0xCFACD4) is known color: Prelude. HEX triplet: CF, AC and D4. RGB value is (207,172,212). Sum of RGB (Red+Green+Blue) = 207+172+212=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACD4 is #30532B. Grayscale: #BABABA. Windows color (decimal): -3167020 or 13937871. OLE color: 13937871.
HSL color Cylindrical-coordinate representation of color #CFACD4: hue angle of 292.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFACD4 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 172 | 212 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.17 |
| HSL | 292.5º | 0.32% | 0.75% | - |
| HSV(B) | 292.5º | 0.19% | 0.83% | - |
| XYZ | 52.37 | 47.52 | 68.7 | - |
| YUV | 187.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 212 | 0.02 | 0.19 | 0 | 0.17 | 292.5 | 0.32 | 0.75 |
| Hex | CF | AC | D4 | 2 | 13 | 0 | 11 | 124 | 20 | 4B |
| Octal | 317 | 254 | 324 | 2 | 23 | 0 | 21 | 444 | 40 | 113 |
| Binary | 11001111 | 10101100 | 11010100 | 10 | 10011 | 0 | 10001 | 100100100 | 100000 | 1001011 |
Color Harmonies of #CFACD4
Complementary color
Monochromatic Colors of #CFACD4
Black with #CFACD4
Text Example
Text Example
White with #CFACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACD4; }
p { color: rgb(207,172,212); }
H1.HeaderClassName
{
color: #CFACD4;
}
.AnyTagClassName
{
color: #CFACD4;
}
</style>
background-color css
<style>
a { background-color: #CFACD4; }
a { background-color: rgb(207,172,212); }
div.DivClassName
{
background-color: #CFACD4;
}
.BgClassName
{
background-color: #CFACD4;
}
</style>
border-color css
<style>
span { border-color: #CFACD4; }
span { border-color: rgb(207,172,212); }
td.TdClassName
{
border-color: #CFACD4;
}
.TagClassName
{
border-color: #CFACD4;
}
</style>