Shades of Prelude #CFC6D4
Tints of Prelude #CFC6D4
RGB
CMYK
RGB Variations
Color information
#CFC6D4 (or 0xCFC6D4) is known color: Prelude. HEX triplet: CF, C6 and D4. RGB value is (207,198,212). Sum of RGB (Red+Green+Blue) = 207+198+212=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFC6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6D4 is #30392B. Grayscale: #CACACA. Windows color (decimal): -3160364 or 13944527. OLE color: 13944527.
HSL color Cylindrical-coordinate representation of color #CFC6D4: hue angle of 278.57º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC6D4 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 198 | 212 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.17 |
| HSL | 278.57º | 0.14% | 0.8% | - |
| HSV(B) | 278.57º | 0.07% | 0.83% | - |
| XYZ | 57.81 | 58.41 | 70.51 | - |
| YUV | 202.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 212 | 0.02 | 0.07 | 0 | 0.17 | 278.57 | 0.14 | 0.8 |
| Hex | CF | C6 | D4 | 2 | 7 | 0 | 11 | 117 | E | 50 |
| Octal | 317 | 306 | 324 | 2 | 7 | 0 | 21 | 427 | 16 | 120 |
| Binary | 11001111 | 11000110 | 11010100 | 10 | 111 | 0 | 10001 | 100010111 | 1110 | 1010000 |
Color Harmonies of #CFC6D4
Complementary color
Monochromatic Colors of #CFC6D4
Black with #CFC6D4
Text Example
Text Example
White with #CFC6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6D4; }
p { color: rgb(207,198,212); }
H1.HeaderClassName
{
color: #CFC6D4;
}
.AnyTagClassName
{
color: #CFC6D4;
}
</style>
background-color css
<style>
a { background-color: #CFC6D4; }
a { background-color: rgb(207,198,212); }
div.DivClassName
{
background-color: #CFC6D4;
}
.BgClassName
{
background-color: #CFC6D4;
}
</style>
border-color css
<style>
span { border-color: #CFC6D4; }
span { border-color: rgb(207,198,212); }
td.TdClassName
{
border-color: #CFC6D4;
}
.TagClassName
{
border-color: #CFC6D4;
}
</style>