Shades of Prelude #CFBCDE
Tints of Prelude #CFBCDE
RGB
CMYK
RGB Variations
Color information
#CFBCDE (or 0xCFBCDE) is known color: Prelude. HEX triplet: CF, BC and DE. RGB value is (207,188,222). Sum of RGB (Red+Green+Blue) = 207+188+222=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCDE is #304321. Grayscale: #C5C5C5. Windows color (decimal): -3162914 or 14597327. OLE color: 14597327.
HSL color Cylindrical-coordinate representation of color #CFBCDE: hue angle of 273.53º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBCDE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 188 | 222 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.13 |
| HSL | 273.53º | 0.34% | 0.8% | - |
| HSV(B) | 273.53º | 0.15% | 0.87% | - |
| XYZ | 56.9 | 54.51 | 76.63 | - |
| YUV | 197.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 222 | 0.07 | 0.15 | 0 | 0.13 | 273.53 | 0.34 | 0.8 |
| Hex | CF | BC | DE | 7 | F | 0 | D | 112 | 22 | 50 |
| Octal | 317 | 274 | 336 | 7 | 17 | 0 | 15 | 422 | 42 | 120 |
| Binary | 11001111 | 10111100 | 11011110 | 111 | 1111 | 0 | 1101 | 100010010 | 100010 | 1010000 |
Color Harmonies of #CFBCDE
Complementary color
Monochromatic Colors of #CFBCDE
Black with #CFBCDE
Text Example
Text Example
White with #CFBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCDE; }
p { color: rgb(207,188,222); }
H1.HeaderClassName
{
color: #CFBCDE;
}
.AnyTagClassName
{
color: #CFBCDE;
}
</style>
background-color css
<style>
a { background-color: #CFBCDE; }
a { background-color: rgb(207,188,222); }
div.DivClassName
{
background-color: #CFBCDE;
}
.BgClassName
{
background-color: #CFBCDE;
}
</style>
border-color css
<style>
span { border-color: #CFBCDE; }
span { border-color: rgb(207,188,222); }
td.TdClassName
{
border-color: #CFBCDE;
}
.TagClassName
{
border-color: #CFBCDE;
}
</style>