Shades of Prelude #CFB5DB
Tints of Prelude #CFB5DB
RGB
CMYK
RGB Variations
Color information
#CFB5DB (or 0xCFB5DB) is known color: Prelude. HEX triplet: CF, B5 and DB. RGB value is (207,181,219). Sum of RGB (Red+Green+Blue) = 207+181+219=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5DB is #304A24. Grayscale: #C0C0C0. Windows color (decimal): -3164709 or 14398927. OLE color: 14398927.
HSL color Cylindrical-coordinate representation of color #CFB5DB: hue angle of 281.05º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFB5DB is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 181 | 219 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.14 |
| HSL | 281.05º | 0.35% | 0.78% | - |
| HSV(B) | 281.05º | 0.17% | 0.86% | - |
| XYZ | 55.04 | 51.43 | 74.04 | - |
| YUV | 193.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 219 | 0.05 | 0.17 | 0 | 0.14 | 281.05 | 0.35 | 0.78 |
| Hex | CF | B5 | DB | 5 | 11 | 0 | E | 119 | 23 | 4E |
| Octal | 317 | 265 | 333 | 5 | 21 | 0 | 16 | 431 | 43 | 116 |
| Binary | 11001111 | 10110101 | 11011011 | 101 | 10001 | 0 | 1110 | 100011001 | 100011 | 1001110 |
Color Harmonies of #CFB5DB
Complementary color
Monochromatic Colors of #CFB5DB
Black with #CFB5DB
Text Example
Text Example
White with #CFB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5DB; }
p { color: rgb(207,181,219); }
H1.HeaderClassName
{
color: #CFB5DB;
}
.AnyTagClassName
{
color: #CFB5DB;
}
</style>
background-color css
<style>
a { background-color: #CFB5DB; }
a { background-color: rgb(207,181,219); }
div.DivClassName
{
background-color: #CFB5DB;
}
.BgClassName
{
background-color: #CFB5DB;
}
</style>
border-color css
<style>
span { border-color: #CFB5DB; }
span { border-color: rgb(207,181,219); }
td.TdClassName
{
border-color: #CFB5DB;
}
.TagClassName
{
border-color: #CFB5DB;
}
</style>