Shades of Prelude #CFC0D9
Tints of Prelude #CFC0D9
RGB
CMYK
RGB Variations
Color information
#CFC0D9 (or 0xCFC0D9) is known color: Prelude. HEX triplet: CF, C0 and D9. RGB value is (207,192,217). Sum of RGB (Red+Green+Blue) = 207+192+217=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0D9 is #303F26. Grayscale: #C7C7C7. Windows color (decimal): -3161895 or 14270671. OLE color: 14270671.
HSL color Cylindrical-coordinate representation of color #CFC0D9: hue angle of 276º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFC0D9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 192 | 217 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.15 |
| HSL | 276º | 0.25% | 0.8% | - |
| HSV(B) | 276º | 0.12% | 0.85% | - |
| XYZ | 57.11 | 55.97 | 73.44 | - |
| YUV | 199.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 217 | 0.05 | 0.12 | 0 | 0.15 | 276 | 0.25 | 0.8 |
| Hex | CF | C0 | D9 | 5 | C | 0 | F | 114 | 19 | 50 |
| Octal | 317 | 300 | 331 | 5 | 14 | 0 | 17 | 424 | 31 | 120 |
| Binary | 11001111 | 11000000 | 11011001 | 101 | 1100 | 0 | 1111 | 100010100 | 11001 | 1010000 |
Color Harmonies of #CFC0D9
Complementary color
Monochromatic Colors of #CFC0D9
Black with #CFC0D9
Text Example
Text Example
White with #CFC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0D9; }
p { color: rgb(207,192,217); }
H1.HeaderClassName
{
color: #CFC0D9;
}
.AnyTagClassName
{
color: #CFC0D9;
}
</style>
background-color css
<style>
a { background-color: #CFC0D9; }
a { background-color: rgb(207,192,217); }
div.DivClassName
{
background-color: #CFC0D9;
}
.BgClassName
{
background-color: #CFC0D9;
}
</style>
border-color css
<style>
span { border-color: #CFC0D9; }
span { border-color: rgb(207,192,217); }
td.TdClassName
{
border-color: #CFC0D9;
}
.TagClassName
{
border-color: #CFC0D9;
}
</style>