Shades of Prelude #CFACDC
Tints of Prelude #CFACDC
RGB
CMYK
RGB Variations
Color information
#CFACDC (or 0xCFACDC) is known color: Prelude. HEX triplet: CF, AC and DC. RGB value is (207,172,220). Sum of RGB (Red+Green+Blue) = 207+172+220=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACDC is #305323. Grayscale: #BBBBBB. Windows color (decimal): -3167012 or 14462159. OLE color: 14462159.
HSL color Cylindrical-coordinate representation of color #CFACDC: hue angle of 283.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFACDC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 172 | 220 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.14 |
| HSL | 283.75º | 0.41% | 0.77% | - |
| HSV(B) | 283.75º | 0.22% | 0.86% | - |
| XYZ | 53.4 | 47.94 | 74.15 | - |
| YUV | 187.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 220 | 0.06 | 0.22 | 0 | 0.14 | 283.75 | 0.41 | 0.77 |
| Hex | CF | AC | DC | 6 | 16 | 0 | E | 11C | 29 | 4D |
| Octal | 317 | 254 | 334 | 6 | 26 | 0 | 16 | 434 | 51 | 115 |
| Binary | 11001111 | 10101100 | 11011100 | 110 | 10110 | 0 | 1110 | 100011100 | 101001 | 1001101 |
Color Harmonies of #CFACDC
Complementary color
Monochromatic Colors of #CFACDC
Black with #CFACDC
Text Example
Text Example
White with #CFACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACDC; }
p { color: rgb(207,172,220); }
H1.HeaderClassName
{
color: #CFACDC;
}
.AnyTagClassName
{
color: #CFACDC;
}
</style>
background-color css
<style>
a { background-color: #CFACDC; }
a { background-color: rgb(207,172,220); }
div.DivClassName
{
background-color: #CFACDC;
}
.BgClassName
{
background-color: #CFACDC;
}
</style>
border-color css
<style>
span { border-color: #CFACDC; }
span { border-color: rgb(207,172,220); }
td.TdClassName
{
border-color: #CFACDC;
}
.TagClassName
{
border-color: #CFACDC;
}
</style>