Shades of Prelude #CFC1D6
Tints of Prelude #CFC1D6
RGB
CMYK
RGB Variations
Color information
#CFC1D6 (or 0xCFC1D6) is known color: Prelude. HEX triplet: CF, C1 and D6. RGB value is (207,193,214). Sum of RGB (Red+Green+Blue) = 207+193+214=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1D6 is #303E29. Grayscale: #C7C7C7. Windows color (decimal): -3161642 or 14074319. OLE color: 14074319.
HSL color Cylindrical-coordinate representation of color #CFC1D6: hue angle of 280º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC1D6 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 193 | 214 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.16 |
| HSL | 280º | 0.2% | 0.8% | - |
| HSV(B) | 280º | 0.1% | 0.84% | - |
| XYZ | 56.94 | 56.26 | 71.48 | - |
| YUV | 199.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 214 | 0.03 | 0.10 | 0 | 0.16 | 280 | 0.2 | 0.8 |
| Hex | CF | C1 | D6 | 3 | A | 0 | 10 | 118 | 14 | 50 |
| Octal | 317 | 301 | 326 | 3 | 12 | 0 | 20 | 430 | 24 | 120 |
| Binary | 11001111 | 11000001 | 11010110 | 11 | 1010 | 0 | 10000 | 100011000 | 10100 | 1010000 |
Color Harmonies of #CFC1D6
Complementary color
Monochromatic Colors of #CFC1D6
Black with #CFC1D6
Text Example
Text Example
White with #CFC1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1D6; }
p { color: rgb(207,193,214); }
H1.HeaderClassName
{
color: #CFC1D6;
}
.AnyTagClassName
{
color: #CFC1D6;
}
</style>
background-color css
<style>
a { background-color: #CFC1D6; }
a { background-color: rgb(207,193,214); }
div.DivClassName
{
background-color: #CFC1D6;
}
.BgClassName
{
background-color: #CFC1D6;
}
</style>
border-color css
<style>
span { border-color: #CFC1D6; }
span { border-color: rgb(207,193,214); }
td.TdClassName
{
border-color: #CFC1D6;
}
.TagClassName
{
border-color: #CFC1D6;
}
</style>