Shades of Prelude #CFAFDC
Tints of Prelude #CFAFDC
RGB
CMYK
RGB Variations
Color information
#CFAFDC (or 0xCFAFDC) is known color: Prelude. HEX triplet: CF, AF and DC. RGB value is (207,175,220). Sum of RGB (Red+Green+Blue) = 207+175+220=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFDC is #305023. Grayscale: #BDBDBD. Windows color (decimal): -3166244 or 14462927. OLE color: 14462927.
HSL color Cylindrical-coordinate representation of color #CFAFDC: hue angle of 282.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFAFDC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 175 | 220 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.14 |
| HSL | 282.67º | 0.39% | 0.77% | - |
| HSV(B) | 282.67º | 0.2% | 0.86% | - |
| XYZ | 53.98 | 49.09 | 74.34 | - |
| YUV | 189.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 220 | 0.06 | 0.20 | 0 | 0.14 | 282.67 | 0.39 | 0.77 |
| Hex | CF | AF | DC | 6 | 14 | 0 | E | 11B | 27 | 4D |
| Octal | 317 | 257 | 334 | 6 | 24 | 0 | 16 | 433 | 47 | 115 |
| Binary | 11001111 | 10101111 | 11011100 | 110 | 10100 | 0 | 1110 | 100011011 | 100111 | 1001101 |
Color Harmonies of #CFAFDC
Complementary color
Monochromatic Colors of #CFAFDC
Black with #CFAFDC
Text Example
Text Example
White with #CFAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFDC; }
p { color: rgb(207,175,220); }
H1.HeaderClassName
{
color: #CFAFDC;
}
.AnyTagClassName
{
color: #CFAFDC;
}
</style>
background-color css
<style>
a { background-color: #CFAFDC; }
a { background-color: rgb(207,175,220); }
div.DivClassName
{
background-color: #CFAFDC;
}
.BgClassName
{
background-color: #CFAFDC;
}
</style>
border-color css
<style>
span { border-color: #CFAFDC; }
span { border-color: rgb(207,175,220); }
td.TdClassName
{
border-color: #CFAFDC;
}
.TagClassName
{
border-color: #CFAFDC;
}
</style>