Shades of Prelude #CFB4DB
Tints of Prelude #CFB4DB
RGB
CMYK
RGB Variations
Color information
#CFB4DB (or 0xCFB4DB) is known color: Prelude. HEX triplet: CF, B4 and DB. RGB value is (207,180,219). Sum of RGB (Red+Green+Blue) = 207+180+219=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4DB is #304B24. Grayscale: #C0C0C0. Windows color (decimal): -3164965 or 14398671. OLE color: 14398671.
HSL color Cylindrical-coordinate representation of color #CFB4DB: hue angle of 281.54º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFB4DB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 180 | 219 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.14 |
| HSL | 281.54º | 0.35% | 0.78% | - |
| HSV(B) | 281.54º | 0.18% | 0.86% | - |
| XYZ | 54.84 | 51.02 | 73.98 | - |
| YUV | 192.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 219 | 0.05 | 0.18 | 0 | 0.14 | 281.54 | 0.35 | 0.78 |
| Hex | CF | B4 | DB | 5 | 12 | 0 | E | 11A | 23 | 4E |
| Octal | 317 | 264 | 333 | 5 | 22 | 0 | 16 | 432 | 43 | 116 |
| Binary | 11001111 | 10110100 | 11011011 | 101 | 10010 | 0 | 1110 | 100011010 | 100011 | 1001110 |
Color Harmonies of #CFB4DB
Complementary color
Monochromatic Colors of #CFB4DB
Black with #CFB4DB
Text Example
Text Example
White with #CFB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4DB; }
p { color: rgb(207,180,219); }
H1.HeaderClassName
{
color: #CFB4DB;
}
.AnyTagClassName
{
color: #CFB4DB;
}
</style>
background-color css
<style>
a { background-color: #CFB4DB; }
a { background-color: rgb(207,180,219); }
div.DivClassName
{
background-color: #CFB4DB;
}
.BgClassName
{
background-color: #CFB4DB;
}
</style>
border-color css
<style>
span { border-color: #CFB4DB; }
span { border-color: rgb(207,180,219); }
td.TdClassName
{
border-color: #CFB4DB;
}
.TagClassName
{
border-color: #CFB4DB;
}
</style>