Shades of Prelude #CFACD6
Tints of Prelude #CFACD6
RGB
CMYK
RGB Variations
Color information
#CFACD6 (or 0xCFACD6) is known color: Prelude. HEX triplet: CF, AC and D6. RGB value is (207,172,214). Sum of RGB (Red+Green+Blue) = 207+172+214=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACD6 is #305329. Grayscale: #BBBBBB. Windows color (decimal): -3167018 or 14068943. OLE color: 14068943.
HSL color Cylindrical-coordinate representation of color #CFACD6: hue angle of 290º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFACD6 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 172 | 214 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.16 |
| HSL | 290º | 0.34% | 0.76% | - |
| HSV(B) | 290º | 0.2% | 0.84% | - |
| XYZ | 52.62 | 47.63 | 70.04 | - |
| YUV | 187.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 214 | 0.03 | 0.20 | 0 | 0.16 | 290 | 0.34 | 0.76 |
| Hex | CF | AC | D6 | 3 | 14 | 0 | 10 | 122 | 22 | 4C |
| Octal | 317 | 254 | 326 | 3 | 24 | 0 | 20 | 442 | 42 | 114 |
| Binary | 11001111 | 10101100 | 11010110 | 11 | 10100 | 0 | 10000 | 100100010 | 100010 | 1001100 |
Color Harmonies of #CFACD6
Complementary color
Monochromatic Colors of #CFACD6
Black with #CFACD6
Text Example
Text Example
White with #CFACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACD6; }
p { color: rgb(207,172,214); }
H1.HeaderClassName
{
color: #CFACD6;
}
.AnyTagClassName
{
color: #CFACD6;
}
</style>
background-color css
<style>
a { background-color: #CFACD6; }
a { background-color: rgb(207,172,214); }
div.DivClassName
{
background-color: #CFACD6;
}
.BgClassName
{
background-color: #CFACD6;
}
</style>
border-color css
<style>
span { border-color: #CFACD6; }
span { border-color: rgb(207,172,214); }
td.TdClassName
{
border-color: #CFACD6;
}
.TagClassName
{
border-color: #CFACD6;
}
</style>