Shades of Prelude #CFB2DB
Tints of Prelude #CFB2DB
RGB
CMYK
RGB Variations
Color information
#CFB2DB (or 0xCFB2DB) is known color: Prelude. HEX triplet: CF, B2 and DB. RGB value is (207,178,219). Sum of RGB (Red+Green+Blue) = 207+178+219=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2DB is #304D24. Grayscale: #BFBFBF. Windows color (decimal): -3165477 or 14398159. OLE color: 14398159.
HSL color Cylindrical-coordinate representation of color #CFB2DB: hue angle of 282.44º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFB2DB is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 178 | 219 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.14 |
| HSL | 282.44º | 0.36% | 0.78% | - |
| HSV(B) | 282.44º | 0.19% | 0.86% | - |
| XYZ | 54.44 | 50.22 | 73.84 | - |
| YUV | 191.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 219 | 0.05 | 0.19 | 0 | 0.14 | 282.44 | 0.36 | 0.78 |
| Hex | CF | B2 | DB | 5 | 13 | 0 | E | 11A | 24 | 4E |
| Octal | 317 | 262 | 333 | 5 | 23 | 0 | 16 | 432 | 44 | 116 |
| Binary | 11001111 | 10110010 | 11011011 | 101 | 10011 | 0 | 1110 | 100011010 | 100100 | 1001110 |
Color Harmonies of #CFB2DB
Complementary color
Monochromatic Colors of #CFB2DB
Black with #CFB2DB
Text Example
Text Example
White with #CFB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2DB; }
p { color: rgb(207,178,219); }
H1.HeaderClassName
{
color: #CFB2DB;
}
.AnyTagClassName
{
color: #CFB2DB;
}
</style>
background-color css
<style>
a { background-color: #CFB2DB; }
a { background-color: rgb(207,178,219); }
div.DivClassName
{
background-color: #CFB2DB;
}
.BgClassName
{
background-color: #CFB2DB;
}
</style>
border-color css
<style>
span { border-color: #CFB2DB; }
span { border-color: rgb(207,178,219); }
td.TdClassName
{
border-color: #CFB2DB;
}
.TagClassName
{
border-color: #CFB2DB;
}
</style>