Shades of Prelude #CFBEDA
Tints of Prelude #CFBEDA
RGB
CMYK
RGB Variations
Color information
#CFBEDA (or 0xCFBEDA) is known color: Prelude. HEX triplet: CF, BE and DA. RGB value is (207,190,218). Sum of RGB (Red+Green+Blue) = 207+190+218=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFBEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEDA is #304125. Grayscale: #C6C6C6. Windows color (decimal): -3162406 or 14335695. OLE color: 14335695.
HSL color Cylindrical-coordinate representation of color #CFBEDA: hue angle of 276.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBEDA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 190 | 218 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.15 |
| HSL | 276.43º | 0.27% | 0.8% | - |
| HSV(B) | 276.43º | 0.13% | 0.85% | - |
| XYZ | 56.8 | 55.15 | 73.98 | - |
| YUV | 198.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 218 | 0.05 | 0.13 | 0 | 0.15 | 276.43 | 0.27 | 0.8 |
| Hex | CF | BE | DA | 5 | D | 0 | F | 114 | 1B | 50 |
| Octal | 317 | 276 | 332 | 5 | 15 | 0 | 17 | 424 | 33 | 120 |
| Binary | 11001111 | 10111110 | 11011010 | 101 | 1101 | 0 | 1111 | 100010100 | 11011 | 1010000 |
Color Harmonies of #CFBEDA
Complementary color
Monochromatic Colors of #CFBEDA
Black with #CFBEDA
Text Example
Text Example
White with #CFBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEDA; }
p { color: rgb(207,190,218); }
H1.HeaderClassName
{
color: #CFBEDA;
}
.AnyTagClassName
{
color: #CFBEDA;
}
</style>
background-color css
<style>
a { background-color: #CFBEDA; }
a { background-color: rgb(207,190,218); }
div.DivClassName
{
background-color: #CFBEDA;
}
.BgClassName
{
background-color: #CFBEDA;
}
</style>
border-color css
<style>
span { border-color: #CFBEDA; }
span { border-color: rgb(207,190,218); }
td.TdClassName
{
border-color: #CFBEDA;
}
.TagClassName
{
border-color: #CFBEDA;
}
</style>