Shades of Prelude #CFC4D6
Tints of Prelude #CFC4D6
RGB
CMYK
RGB Variations
Color information
#CFC4D6 (or 0xCFC4D6) is known color: Prelude. HEX triplet: CF, C4 and D6. RGB value is (207,196,214). Sum of RGB (Red+Green+Blue) = 207+196+214=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFC4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4D6 is #303B29. Grayscale: #C9C9C9. Windows color (decimal): -3160874 or 14075087. OLE color: 14075087.
HSL color Cylindrical-coordinate representation of color #CFC4D6: hue angle of 276.67º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC4D6 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 196 | 214 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.16 |
| HSL | 276.67º | 0.18% | 0.8% | - |
| HSV(B) | 276.67º | 0.08% | 0.84% | - |
| XYZ | 57.61 | 57.6 | 71.7 | - |
| YUV | 201.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 214 | 0.03 | 0.08 | 0 | 0.16 | 276.67 | 0.18 | 0.8 |
| Hex | CF | C4 | D6 | 3 | 8 | 0 | 10 | 115 | 12 | 50 |
| Octal | 317 | 304 | 326 | 3 | 10 | 0 | 20 | 425 | 22 | 120 |
| Binary | 11001111 | 11000100 | 11010110 | 11 | 1000 | 0 | 10000 | 100010101 | 10010 | 1010000 |
Color Harmonies of #CFC4D6
Complementary color
Monochromatic Colors of #CFC4D6
Black with #CFC4D6
Text Example
Text Example
White with #CFC4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4D6; }
p { color: rgb(207,196,214); }
H1.HeaderClassName
{
color: #CFC4D6;
}
.AnyTagClassName
{
color: #CFC4D6;
}
</style>
background-color css
<style>
a { background-color: #CFC4D6; }
a { background-color: rgb(207,196,214); }
div.DivClassName
{
background-color: #CFC4D6;
}
.BgClassName
{
background-color: #CFC4D6;
}
</style>
border-color css
<style>
span { border-color: #CFC4D6; }
span { border-color: rgb(207,196,214); }
td.TdClassName
{
border-color: #CFC4D6;
}
.TagClassName
{
border-color: #CFC4D6;
}
</style>