Shades of Prelude #CFB9DD
Tints of Prelude #CFB9DD
RGB
CMYK
RGB Variations
Color information
#CFB9DD (or 0xCFB9DD) is known color: Prelude. HEX triplet: CF, B9 and DD. RGB value is (207,185,221). Sum of RGB (Red+Green+Blue) = 207+185+221=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9DD is #304622. Grayscale: #C3C3C3. Windows color (decimal): -3163683 or 14531023. OLE color: 14531023.
HSL color Cylindrical-coordinate representation of color #CFB9DD: hue angle of 276.67º 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 #CFB9DD is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 185 | 221 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.13 |
| HSL | 276.67º | 0.35% | 0.8% | - |
| HSV(B) | 276.67º | 0.16% | 0.87% | - |
| XYZ | 56.13 | 53.18 | 75.71 | - |
| YUV | 195.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 221 | 0.06 | 0.16 | 0 | 0.13 | 276.67 | 0.35 | 0.8 |
| Hex | CF | B9 | DD | 6 | 10 | 0 | D | 115 | 23 | 50 |
| Octal | 317 | 271 | 335 | 6 | 20 | 0 | 15 | 425 | 43 | 120 |
| Binary | 11001111 | 10111001 | 11011101 | 110 | 10000 | 0 | 1101 | 100010101 | 100011 | 1010000 |
Color Harmonies of #CFB9DD
Complementary color
Monochromatic Colors of #CFB9DD
Black with #CFB9DD
Text Example
Text Example
White with #CFB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9DD; }
p { color: rgb(207,185,221); }
H1.HeaderClassName
{
color: #CFB9DD;
}
.AnyTagClassName
{
color: #CFB9DD;
}
</style>
background-color css
<style>
a { background-color: #CFB9DD; }
a { background-color: rgb(207,185,221); }
div.DivClassName
{
background-color: #CFB9DD;
}
.BgClassName
{
background-color: #CFB9DD;
}
</style>
border-color css
<style>
span { border-color: #CFB9DD; }
span { border-color: rgb(207,185,221); }
td.TdClassName
{
border-color: #CFB9DD;
}
.TagClassName
{
border-color: #CFB9DD;
}
</style>