Shades of Prelude #CFBBD5
Tints of Prelude #CFBBD5
RGB
CMYK
RGB Variations
Color information
#CFBBD5 (or 0xCFBBD5) is known color: Prelude. HEX triplet: CF, BB and D5. RGB value is (207,187,213). Sum of RGB (Red+Green+Blue) = 207+187+213=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBD5 is #30442A. Grayscale: #C3C3C3. Windows color (decimal): -3163179 or 14007247. OLE color: 14007247.
HSL color Cylindrical-coordinate representation of color #CFBBD5: hue angle of 286.15º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFBBD5 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 187 | 213 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.16 |
| HSL | 286.15º | 0.24% | 0.78% | - |
| HSV(B) | 286.15º | 0.12% | 0.84% | - |
| XYZ | 55.51 | 53.61 | 70.37 | - |
| YUV | 195.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 213 | 0.03 | 0.12 | 0 | 0.16 | 286.15 | 0.24 | 0.78 |
| Hex | CF | BB | D5 | 3 | C | 0 | 10 | 11E | 18 | 4E |
| Octal | 317 | 273 | 325 | 3 | 14 | 0 | 20 | 436 | 30 | 116 |
| Binary | 11001111 | 10111011 | 11010101 | 11 | 1100 | 0 | 10000 | 100011110 | 11000 | 1001110 |
Color Harmonies of #CFBBD5
Complementary color
Monochromatic Colors of #CFBBD5
Black with #CFBBD5
Text Example
Text Example
White with #CFBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBD5; }
p { color: rgb(207,187,213); }
H1.HeaderClassName
{
color: #CFBBD5;
}
.AnyTagClassName
{
color: #CFBBD5;
}
</style>
background-color css
<style>
a { background-color: #CFBBD5; }
a { background-color: rgb(207,187,213); }
div.DivClassName
{
background-color: #CFBBD5;
}
.BgClassName
{
background-color: #CFBBD5;
}
</style>
border-color css
<style>
span { border-color: #CFBBD5; }
span { border-color: rgb(207,187,213); }
td.TdClassName
{
border-color: #CFBBD5;
}
.TagClassName
{
border-color: #CFBBD5;
}
</style>