Shades of Prelude #CFB9DA
Tints of Prelude #CFB9DA
RGB
CMYK
RGB Variations
Color information
#CFB9DA (or 0xCFB9DA) is known color: Prelude. HEX triplet: CF, B9 and DA. RGB value is (207,185,218). Sum of RGB (Red+Green+Blue) = 207+185+218=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9DA is #304625. Grayscale: #C3C3C3. Windows color (decimal): -3163686 or 14334415. OLE color: 14334415.
HSL color Cylindrical-coordinate representation of color #CFB9DA: hue angle of 280º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFB9DA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 185 | 218 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.15 |
| HSL | 280º | 0.31% | 0.79% | - |
| HSV(B) | 280º | 0.15% | 0.85% | - |
| XYZ | 55.74 | 53.03 | 73.63 | - |
| YUV | 195.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 218 | 0.05 | 0.15 | 0 | 0.15 | 280 | 0.31 | 0.79 |
| Hex | CF | B9 | DA | 5 | F | 0 | F | 118 | 1F | 4F |
| Octal | 317 | 271 | 332 | 5 | 17 | 0 | 17 | 430 | 37 | 117 |
| Binary | 11001111 | 10111001 | 11011010 | 101 | 1111 | 0 | 1111 | 100011000 | 11111 | 1001111 |
Color Harmonies of #CFB9DA
Complementary color
Monochromatic Colors of #CFB9DA
Black with #CFB9DA
Text Example
Text Example
White with #CFB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9DA; }
p { color: rgb(207,185,218); }
H1.HeaderClassName
{
color: #CFB9DA;
}
.AnyTagClassName
{
color: #CFB9DA;
}
</style>
background-color css
<style>
a { background-color: #CFB9DA; }
a { background-color: rgb(207,185,218); }
div.DivClassName
{
background-color: #CFB9DA;
}
.BgClassName
{
background-color: #CFB9DA;
}
</style>
border-color css
<style>
span { border-color: #CFB9DA; }
span { border-color: rgb(207,185,218); }
td.TdClassName
{
border-color: #CFB9DA;
}
.TagClassName
{
border-color: #CFB9DA;
}
</style>