Shades of Prelude #CFBDD8
Tints of Prelude #CFBDD8
RGB
CMYK
RGB Variations
Color information
#CFBDD8 (or 0xCFBDD8) is known color: Prelude. HEX triplet: CF, BD and D8. RGB value is (207,189,216). Sum of RGB (Red+Green+Blue) = 207+189+216=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD8 is #304227. Grayscale: #C5C5C5. Windows color (decimal): -3162664 or 14204367. OLE color: 14204367.
HSL color Cylindrical-coordinate representation of color #CFBDD8: hue angle of 280º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFBDD8 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 189 | 216 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.15 |
| HSL | 280º | 0.26% | 0.79% | - |
| HSV(B) | 280º | 0.13% | 0.85% | - |
| XYZ | 56.32 | 54.62 | 72.54 | - |
| YUV | 197.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 216 | 0.04 | 0.12 | 0 | 0.15 | 280 | 0.26 | 0.79 |
| Hex | CF | BD | D8 | 4 | C | 0 | F | 118 | 1A | 4F |
| Octal | 317 | 275 | 330 | 4 | 14 | 0 | 17 | 430 | 32 | 117 |
| Binary | 11001111 | 10111101 | 11011000 | 100 | 1100 | 0 | 1111 | 100011000 | 11010 | 1001111 |
Color Harmonies of #CFBDD8
Complementary color
Monochromatic Colors of #CFBDD8
Black with #CFBDD8
Text Example
Text Example
White with #CFBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDD8; }
p { color: rgb(207,189,216); }
H1.HeaderClassName
{
color: #CFBDD8;
}
.AnyTagClassName
{
color: #CFBDD8;
}
</style>
background-color css
<style>
a { background-color: #CFBDD8; }
a { background-color: rgb(207,189,216); }
div.DivClassName
{
background-color: #CFBDD8;
}
.BgClassName
{
background-color: #CFBDD8;
}
</style>
border-color css
<style>
span { border-color: #CFBDD8; }
span { border-color: rgb(207,189,216); }
td.TdClassName
{
border-color: #CFBDD8;
}
.TagClassName
{
border-color: #CFBDD8;
}
</style>