Shades of Prelude #CFB0DB
Tints of Prelude #CFB0DB
RGB
CMYK
RGB Variations
Color information
#CFB0DB (or 0xCFB0DB) is known color: Prelude. HEX triplet: CF, B0 and DB. RGB value is (207,176,219). Sum of RGB (Red+Green+Blue) = 207+176+219=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0DB is #304F24. Grayscale: #BEBEBE. Windows color (decimal): -3165989 or 14397647. OLE color: 14397647.
HSL color Cylindrical-coordinate representation of color #CFB0DB: hue angle of 283.26º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFB0DB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 176 | 219 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.14 |
| HSL | 283.26º | 0.37% | 0.77% | - |
| HSV(B) | 283.26º | 0.2% | 0.86% | - |
| XYZ | 54.04 | 49.43 | 73.71 | - |
| YUV | 190.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 219 | 0.05 | 0.20 | 0 | 0.14 | 283.26 | 0.37 | 0.77 |
| Hex | CF | B0 | DB | 5 | 14 | 0 | E | 11B | 25 | 4D |
| Octal | 317 | 260 | 333 | 5 | 24 | 0 | 16 | 433 | 45 | 115 |
| Binary | 11001111 | 10110000 | 11011011 | 101 | 10100 | 0 | 1110 | 100011011 | 100101 | 1001101 |
Color Harmonies of #CFB0DB
Complementary color
Monochromatic Colors of #CFB0DB
Black with #CFB0DB
Text Example
Text Example
White with #CFB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0DB; }
p { color: rgb(207,176,219); }
H1.HeaderClassName
{
color: #CFB0DB;
}
.AnyTagClassName
{
color: #CFB0DB;
}
</style>
background-color css
<style>
a { background-color: #CFB0DB; }
a { background-color: rgb(207,176,219); }
div.DivClassName
{
background-color: #CFB0DB;
}
.BgClassName
{
background-color: #CFB0DB;
}
</style>
border-color css
<style>
span { border-color: #CFB0DB; }
span { border-color: rgb(207,176,219); }
td.TdClassName
{
border-color: #CFB0DB;
}
.TagClassName
{
border-color: #CFB0DB;
}
</style>