Shades of Prelude #CFC1D7
Tints of Prelude #CFC1D7
RGB
CMYK
RGB Variations
Color information
#CFC1D7 (or 0xCFC1D7) is known color: Prelude. HEX triplet: CF, C1 and D7. RGB value is (207,193,215). Sum of RGB (Red+Green+Blue) = 207+193+215=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFC1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1D7 is #303E28. Grayscale: #C7C7C7. Windows color (decimal): -3161641 or 14139855. OLE color: 14139855.
HSL color Cylindrical-coordinate representation of color #CFC1D7: hue angle of 278.18º degrees, saturation: 0.22, 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 #CFC1D7 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 193 | 215 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.16 |
| HSL | 278.18º | 0.22% | 0.8% | - |
| HSV(B) | 278.18º | 0.1% | 0.84% | - |
| XYZ | 57.07 | 56.31 | 72.15 | - |
| YUV | 199.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 215 | 0.04 | 0.10 | 0 | 0.16 | 278.18 | 0.22 | 0.8 |
| Hex | CF | C1 | D7 | 4 | A | 0 | 10 | 116 | 16 | 50 |
| Octal | 317 | 301 | 327 | 4 | 12 | 0 | 20 | 426 | 26 | 120 |
| Binary | 11001111 | 11000001 | 11010111 | 100 | 1010 | 0 | 10000 | 100010110 | 10110 | 1010000 |
Color Harmonies of #CFC1D7
Complementary color
Monochromatic Colors of #CFC1D7
Black with #CFC1D7
Text Example
Text Example
White with #CFC1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1D7; }
p { color: rgb(207,193,215); }
H1.HeaderClassName
{
color: #CFC1D7;
}
.AnyTagClassName
{
color: #CFC1D7;
}
</style>
background-color css
<style>
a { background-color: #CFC1D7; }
a { background-color: rgb(207,193,215); }
div.DivClassName
{
background-color: #CFC1D7;
}
.BgClassName
{
background-color: #CFC1D7;
}
</style>
border-color css
<style>
span { border-color: #CFC1D7; }
span { border-color: rgb(207,193,215); }
td.TdClassName
{
border-color: #CFC1D7;
}
.TagClassName
{
border-color: #CFC1D7;
}
</style>