Shades of Prelude #CFC1D8
Tints of Prelude #CFC1D8
RGB
CMYK
RGB Variations
Color information
#CFC1D8 (or 0xCFC1D8) is known color: Prelude. HEX triplet: CF, C1 and D8. RGB value is (207,193,216). Sum of RGB (Red+Green+Blue) = 207+193+216=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1D8 is #303E27. Grayscale: #C7C7C7. Windows color (decimal): -3161640 or 14205391. OLE color: 14205391.
HSL color Cylindrical-coordinate representation of color #CFC1D8: hue angle of 276.52º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFC1D8 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 193 | 216 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.15 |
| HSL | 276.52º | 0.23% | 0.8% | - |
| HSV(B) | 276.52º | 0.11% | 0.85% | - |
| XYZ | 57.2 | 56.36 | 72.83 | - |
| YUV | 199.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 216 | 0.04 | 0.11 | 0 | 0.15 | 276.52 | 0.23 | 0.8 |
| Hex | CF | C1 | D8 | 4 | B | 0 | F | 115 | 17 | 50 |
| Octal | 317 | 301 | 330 | 4 | 13 | 0 | 17 | 425 | 27 | 120 |
| Binary | 11001111 | 11000001 | 11011000 | 100 | 1011 | 0 | 1111 | 100010101 | 10111 | 1010000 |
Color Harmonies of #CFC1D8
Complementary color
Monochromatic Colors of #CFC1D8
Black with #CFC1D8
Text Example
Text Example
White with #CFC1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1D8; }
p { color: rgb(207,193,216); }
H1.HeaderClassName
{
color: #CFC1D8;
}
.AnyTagClassName
{
color: #CFC1D8;
}
</style>
background-color css
<style>
a { background-color: #CFC1D8; }
a { background-color: rgb(207,193,216); }
div.DivClassName
{
background-color: #CFC1D8;
}
.BgClassName
{
background-color: #CFC1D8;
}
</style>
border-color css
<style>
span { border-color: #CFC1D8; }
span { border-color: rgb(207,193,216); }
td.TdClassName
{
border-color: #CFC1D8;
}
.TagClassName
{
border-color: #CFC1D8;
}
</style>