Shades of Prelude #CFBBDE
Tints of Prelude #CFBBDE
RGB
CMYK
RGB Variations
Color information
#CFBBDE (or 0xCFBBDE) is known color: Prelude. HEX triplet: CF, BB and DE. RGB value is (207,187,222). Sum of RGB (Red+Green+Blue) = 207+187+222=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFBBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBDE is #304421. Grayscale: #C4C4C4. Windows color (decimal): -3163170 or 14597071. OLE color: 14597071.
HSL color Cylindrical-coordinate representation of color #CFBBDE: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFBBDE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 187 | 222 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.13 |
| HSL | 274.29º | 0.35% | 0.8% | - |
| HSV(B) | 274.29º | 0.16% | 0.87% | - |
| XYZ | 56.69 | 54.08 | 76.56 | - |
| YUV | 196.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 222 | 0.07 | 0.16 | 0 | 0.13 | 274.29 | 0.35 | 0.8 |
| Hex | CF | BB | DE | 7 | 10 | 0 | D | 112 | 23 | 50 |
| Octal | 317 | 273 | 336 | 7 | 20 | 0 | 15 | 422 | 43 | 120 |
| Binary | 11001111 | 10111011 | 11011110 | 111 | 10000 | 0 | 1101 | 100010010 | 100011 | 1010000 |
Color Harmonies of #CFBBDE
Complementary color
Monochromatic Colors of #CFBBDE
Black with #CFBBDE
Text Example
Text Example
White with #CFBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBDE; }
p { color: rgb(207,187,222); }
H1.HeaderClassName
{
color: #CFBBDE;
}
.AnyTagClassName
{
color: #CFBBDE;
}
</style>
background-color css
<style>
a { background-color: #CFBBDE; }
a { background-color: rgb(207,187,222); }
div.DivClassName
{
background-color: #CFBBDE;
}
.BgClassName
{
background-color: #CFBBDE;
}
</style>
border-color css
<style>
span { border-color: #CFBBDE; }
span { border-color: rgb(207,187,222); }
td.TdClassName
{
border-color: #CFBBDE;
}
.TagClassName
{
border-color: #CFBBDE;
}
</style>