Shades of Prelude #CFC1D4
Tints of Prelude #CFC1D4
RGB
CMYK
RGB Variations
Color information
#CFC1D4 (or 0xCFC1D4) is known color: Prelude. HEX triplet: CF, C1 and D4. RGB value is (207,193,212). Sum of RGB (Red+Green+Blue) = 207+193+212=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1D4 is #303E2B. Grayscale: #C7C7C7. Windows color (decimal): -3161644 or 13943247. OLE color: 13943247.
HSL color Cylindrical-coordinate representation of color #CFC1D4: hue angle of 284.21º degrees, saturation: 0.18, 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 #CFC1D4 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 193 | 212 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.17 |
| HSL | 284.21º | 0.18% | 0.79% | - |
| HSV(B) | 284.21º | 0.09% | 0.83% | - |
| XYZ | 56.69 | 56.16 | 70.14 | - |
| YUV | 199.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 212 | 0.02 | 0.09 | 0 | 0.17 | 284.21 | 0.18 | 0.79 |
| Hex | CF | C1 | D4 | 2 | 9 | 0 | 11 | 11C | 12 | 4F |
| Octal | 317 | 301 | 324 | 2 | 11 | 0 | 21 | 434 | 22 | 117 |
| Binary | 11001111 | 11000001 | 11010100 | 10 | 1001 | 0 | 10001 | 100011100 | 10010 | 1001111 |
Color Harmonies of #CFC1D4
Complementary color
Monochromatic Colors of #CFC1D4
Black with #CFC1D4
Text Example
Text Example
White with #CFC1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1D4; }
p { color: rgb(207,193,212); }
H1.HeaderClassName
{
color: #CFC1D4;
}
.AnyTagClassName
{
color: #CFC1D4;
}
</style>
background-color css
<style>
a { background-color: #CFC1D4; }
a { background-color: rgb(207,193,212); }
div.DivClassName
{
background-color: #CFC1D4;
}
.BgClassName
{
background-color: #CFC1D4;
}
</style>
border-color css
<style>
span { border-color: #CFC1D4; }
span { border-color: rgb(207,193,212); }
td.TdClassName
{
border-color: #CFC1D4;
}
.TagClassName
{
border-color: #CFC1D4;
}
</style>