Shades of Prelude #CFB6DB
Tints of Prelude #CFB6DB
RGB
CMYK
RGB Variations
Color information
#CFB6DB (or 0xCFB6DB) is known color: Prelude. HEX triplet: CF, B6 and DB. RGB value is (207,182,219). Sum of RGB (Red+Green+Blue) = 207+182+219=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6DB is #304924. Grayscale: #C1C1C1. Windows color (decimal): -3164453 or 14399183. OLE color: 14399183.
HSL color Cylindrical-coordinate representation of color #CFB6DB: hue angle of 280.54º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFB6DB is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 182 | 219 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.14 |
| HSL | 280.54º | 0.34% | 0.79% | - |
| HSV(B) | 280.54º | 0.17% | 0.86% | - |
| XYZ | 55.25 | 51.84 | 74.11 | - |
| YUV | 193.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 219 | 0.05 | 0.17 | 0 | 0.14 | 280.54 | 0.34 | 0.79 |
| Hex | CF | B6 | DB | 5 | 11 | 0 | E | 119 | 22 | 4F |
| Octal | 317 | 266 | 333 | 5 | 21 | 0 | 16 | 431 | 42 | 117 |
| Binary | 11001111 | 10110110 | 11011011 | 101 | 10001 | 0 | 1110 | 100011001 | 100010 | 1001111 |
Color Harmonies of #CFB6DB
Complementary color
Monochromatic Colors of #CFB6DB
Black with #CFB6DB
Text Example
Text Example
White with #CFB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6DB; }
p { color: rgb(207,182,219); }
H1.HeaderClassName
{
color: #CFB6DB;
}
.AnyTagClassName
{
color: #CFB6DB;
}
</style>
background-color css
<style>
a { background-color: #CFB6DB; }
a { background-color: rgb(207,182,219); }
div.DivClassName
{
background-color: #CFB6DB;
}
.BgClassName
{
background-color: #CFB6DB;
}
</style>
border-color css
<style>
span { border-color: #CFB6DB; }
span { border-color: rgb(207,182,219); }
td.TdClassName
{
border-color: #CFB6DB;
}
.TagClassName
{
border-color: #CFB6DB;
}
</style>