Shades of Prelude #CFBEDB
Tints of Prelude #CFBEDB
RGB
CMYK
RGB Variations
Color information
#CFBEDB (or 0xCFBEDB) is known color: Prelude. HEX triplet: CF, BE and DB. RGB value is (207,190,219). Sum of RGB (Red+Green+Blue) = 207+190+219=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEDB is #304124. Grayscale: #C6C6C6. Windows color (decimal): -3162405 or 14401231. OLE color: 14401231.
HSL color Cylindrical-coordinate representation of color #CFBEDB: hue angle of 275.17º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBEDB is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 190 | 219 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.14 |
| HSL | 275.17º | 0.29% | 0.8% | - |
| HSV(B) | 275.17º | 0.13% | 0.86% | - |
| XYZ | 56.93 | 55.21 | 74.67 | - |
| YUV | 198.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 219 | 0.05 | 0.13 | 0 | 0.14 | 275.17 | 0.29 | 0.8 |
| Hex | CF | BE | DB | 5 | D | 0 | E | 113 | 1D | 50 |
| Octal | 317 | 276 | 333 | 5 | 15 | 0 | 16 | 423 | 35 | 120 |
| Binary | 11001111 | 10111110 | 11011011 | 101 | 1101 | 0 | 1110 | 100010011 | 11101 | 1010000 |
Color Harmonies of #CFBEDB
Complementary color
Monochromatic Colors of #CFBEDB
Black with #CFBEDB
Text Example
Text Example
White with #CFBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEDB; }
p { color: rgb(207,190,219); }
H1.HeaderClassName
{
color: #CFBEDB;
}
.AnyTagClassName
{
color: #CFBEDB;
}
</style>
background-color css
<style>
a { background-color: #CFBEDB; }
a { background-color: rgb(207,190,219); }
div.DivClassName
{
background-color: #CFBEDB;
}
.BgClassName
{
background-color: #CFBEDB;
}
</style>
border-color css
<style>
span { border-color: #CFBEDB; }
span { border-color: rgb(207,190,219); }
td.TdClassName
{
border-color: #CFBEDB;
}
.TagClassName
{
border-color: #CFBEDB;
}
</style>