Shades of Prelude #CFC0D8
Tints of Prelude #CFC0D8
RGB
CMYK
RGB Variations
Color information
#CFC0D8 (or 0xCFC0D8) is known color: Prelude. HEX triplet: CF, C0 and D8. RGB value is (207,192,216). Sum of RGB (Red+Green+Blue) = 207+192+216=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0D8 is #303F27. Grayscale: #C7C7C7. Windows color (decimal): -3161896 or 14205135. OLE color: 14205135.
HSL color Cylindrical-coordinate representation of color #CFC0D8: hue angle of 277.5º degrees, saturation: 0.24, 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 #CFC0D8 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 192 | 216 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.15 |
| HSL | 277.5º | 0.24% | 0.8% | - |
| HSV(B) | 277.5º | 0.11% | 0.85% | - |
| XYZ | 56.98 | 55.92 | 72.76 | - |
| YUV | 199.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 216 | 0.04 | 0.11 | 0 | 0.15 | 277.5 | 0.24 | 0.8 |
| Hex | CF | C0 | D8 | 4 | B | 0 | F | 116 | 18 | 50 |
| Octal | 317 | 300 | 330 | 4 | 13 | 0 | 17 | 426 | 30 | 120 |
| Binary | 11001111 | 11000000 | 11011000 | 100 | 1011 | 0 | 1111 | 100010110 | 11000 | 1010000 |
Color Harmonies of #CFC0D8
Complementary color
Monochromatic Colors of #CFC0D8
Black with #CFC0D8
Text Example
Text Example
White with #CFC0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0D8; }
p { color: rgb(207,192,216); }
H1.HeaderClassName
{
color: #CFC0D8;
}
.AnyTagClassName
{
color: #CFC0D8;
}
</style>
background-color css
<style>
a { background-color: #CFC0D8; }
a { background-color: rgb(207,192,216); }
div.DivClassName
{
background-color: #CFC0D8;
}
.BgClassName
{
background-color: #CFC0D8;
}
</style>
border-color css
<style>
span { border-color: #CFC0D8; }
span { border-color: rgb(207,192,216); }
td.TdClassName
{
border-color: #CFC0D8;
}
.TagClassName
{
border-color: #CFC0D8;
}
</style>