Shades of Prelude #CFC0DB
Tints of Prelude #CFC0DB
RGB
CMYK
RGB Variations
Color information
#CFC0DB (or 0xCFC0DB) is known color: Prelude. HEX triplet: CF, C0 and DB. RGB value is (207,192,219). Sum of RGB (Red+Green+Blue) = 207+192+219=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0DB is #303F24. Grayscale: #C7C7C7. Windows color (decimal): -3161893 or 14401743. OLE color: 14401743.
HSL color Cylindrical-coordinate representation of color #CFC0DB: hue angle of 273.33º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFC0DB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 192 | 219 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.14 |
| HSL | 273.33º | 0.27% | 0.81% | - |
| HSV(B) | 273.33º | 0.12% | 0.86% | - |
| XYZ | 57.37 | 56.08 | 74.82 | - |
| YUV | 199.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 219 | 0.05 | 0.12 | 0 | 0.14 | 273.33 | 0.27 | 0.81 |
| Hex | CF | C0 | DB | 5 | C | 0 | E | 111 | 1B | 51 |
| Octal | 317 | 300 | 333 | 5 | 14 | 0 | 16 | 421 | 33 | 121 |
| Binary | 11001111 | 11000000 | 11011011 | 101 | 1100 | 0 | 1110 | 100010001 | 11011 | 1010001 |
Color Harmonies of #CFC0DB
Complementary color
Monochromatic Colors of #CFC0DB
Black with #CFC0DB
Text Example
Text Example
White with #CFC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0DB; }
p { color: rgb(207,192,219); }
H1.HeaderClassName
{
color: #CFC0DB;
}
.AnyTagClassName
{
color: #CFC0DB;
}
</style>
background-color css
<style>
a { background-color: #CFC0DB; }
a { background-color: rgb(207,192,219); }
div.DivClassName
{
background-color: #CFC0DB;
}
.BgClassName
{
background-color: #CFC0DB;
}
</style>
border-color css
<style>
span { border-color: #CFC0DB; }
span { border-color: rgb(207,192,219); }
td.TdClassName
{
border-color: #CFC0DB;
}
.TagClassName
{
border-color: #CFC0DB;
}
</style>