Shades of Prelude #CFC1D3
Tints of Prelude #CFC1D3
RGB
CMYK
RGB Variations
Color information
#CFC1D3 (or 0xCFC1D3) is known color: Prelude. HEX triplet: CF, C1 and D3. RGB value is (207,193,211). Sum of RGB (Red+Green+Blue) = 207+193+211=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1D3 is #303E2C. Grayscale: #C7C7C7. Windows color (decimal): -3161645 or 13877711. OLE color: 13877711.
HSL color Cylindrical-coordinate representation of color #CFC1D3: hue angle of 286.67º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC1D3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 193 | 211 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.17 |
| HSL | 286.67º | 0.17% | 0.79% | - |
| HSV(B) | 286.67º | 0.09% | 0.83% | - |
| XYZ | 56.56 | 56.11 | 69.48 | - |
| YUV | 199.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 211 | 0.02 | 0.09 | 0 | 0.17 | 286.67 | 0.17 | 0.79 |
| Hex | CF | C1 | D3 | 2 | 9 | 0 | 11 | 11F | 11 | 4F |
| Octal | 317 | 301 | 323 | 2 | 11 | 0 | 21 | 437 | 21 | 117 |
| Binary | 11001111 | 11000001 | 11010011 | 10 | 1001 | 0 | 10001 | 100011111 | 10001 | 1001111 |
Color Harmonies of #CFC1D3
Complementary color
Monochromatic Colors of #CFC1D3
Black with #CFC1D3
Text Example
Text Example
White with #CFC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1D3; }
p { color: rgb(207,193,211); }
H1.HeaderClassName
{
color: #CFC1D3;
}
.AnyTagClassName
{
color: #CFC1D3;
}
</style>
background-color css
<style>
a { background-color: #CFC1D3; }
a { background-color: rgb(207,193,211); }
div.DivClassName
{
background-color: #CFC1D3;
}
.BgClassName
{
background-color: #CFC1D3;
}
</style>
border-color css
<style>
span { border-color: #CFC1D3; }
span { border-color: rgb(207,193,211); }
td.TdClassName
{
border-color: #CFC1D3;
}
.TagClassName
{
border-color: #CFC1D3;
}
</style>