Shades of Prelude #CFACD5
Tints of Prelude #CFACD5
RGB
CMYK
RGB Variations
Color information
#CFACD5 (or 0xCFACD5) is known color: Prelude. HEX triplet: CF, AC and D5. RGB value is (207,172,213). Sum of RGB (Red+Green+Blue) = 207+172+213=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACD5 is #30532A. Grayscale: #BBBBBB. Windows color (decimal): -3167019 or 14003407. OLE color: 14003407.
HSL color Cylindrical-coordinate representation of color #CFACD5: hue angle of 291.22º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFACD5 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 172 | 213 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.16 |
| HSL | 291.22º | 0.33% | 0.75% | - |
| HSV(B) | 291.22º | 0.19% | 0.84% | - |
| XYZ | 52.49 | 47.57 | 69.37 | - |
| YUV | 187.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 213 | 0.03 | 0.19 | 0 | 0.16 | 291.22 | 0.33 | 0.75 |
| Hex | CF | AC | D5 | 3 | 13 | 0 | 10 | 123 | 21 | 4B |
| Octal | 317 | 254 | 325 | 3 | 23 | 0 | 20 | 443 | 41 | 113 |
| Binary | 11001111 | 10101100 | 11010101 | 11 | 10011 | 0 | 10000 | 100100011 | 100001 | 1001011 |
Color Harmonies of #CFACD5
Complementary color
Monochromatic Colors of #CFACD5
Black with #CFACD5
Text Example
Text Example
White with #CFACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACD5; }
p { color: rgb(207,172,213); }
H1.HeaderClassName
{
color: #CFACD5;
}
.AnyTagClassName
{
color: #CFACD5;
}
</style>
background-color css
<style>
a { background-color: #CFACD5; }
a { background-color: rgb(207,172,213); }
div.DivClassName
{
background-color: #CFACD5;
}
.BgClassName
{
background-color: #CFACD5;
}
</style>
border-color css
<style>
span { border-color: #CFACD5; }
span { border-color: rgb(207,172,213); }
td.TdClassName
{
border-color: #CFACD5;
}
.TagClassName
{
border-color: #CFACD5;
}
</style>