Shades of Prelude #CFBDDC
Tints of Prelude #CFBDDC
RGB
CMYK
RGB Variations
Color information
#CFBDDC (or 0xCFBDDC) is known color: Prelude. HEX triplet: CF, BD and DC. RGB value is (207,189,220). Sum of RGB (Red+Green+Blue) = 207+189+220=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDDC is #304223. Grayscale: #C5C5C5. Windows color (decimal): -3162660 or 14466511. OLE color: 14466511.
HSL color Cylindrical-coordinate representation of color #CFBDDC: hue angle of 274.84º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFBDDC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 189 | 220 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.14 |
| HSL | 274.84º | 0.31% | 0.8% | - |
| HSV(B) | 274.84º | 0.14% | 0.86% | - |
| XYZ | 56.85 | 54.83 | 75.3 | - |
| YUV | 197.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 220 | 0.06 | 0.14 | 0 | 0.14 | 274.84 | 0.31 | 0.8 |
| Hex | CF | BD | DC | 6 | E | 0 | E | 113 | 1F | 50 |
| Octal | 317 | 275 | 334 | 6 | 16 | 0 | 16 | 423 | 37 | 120 |
| Binary | 11001111 | 10111101 | 11011100 | 110 | 1110 | 0 | 1110 | 100010011 | 11111 | 1010000 |
Color Harmonies of #CFBDDC
Complementary color
Monochromatic Colors of #CFBDDC
Black with #CFBDDC
Text Example
Text Example
White with #CFBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDDC; }
p { color: rgb(207,189,220); }
H1.HeaderClassName
{
color: #CFBDDC;
}
.AnyTagClassName
{
color: #CFBDDC;
}
</style>
background-color css
<style>
a { background-color: #CFBDDC; }
a { background-color: rgb(207,189,220); }
div.DivClassName
{
background-color: #CFBDDC;
}
.BgClassName
{
background-color: #CFBDDC;
}
</style>
border-color css
<style>
span { border-color: #CFBDDC; }
span { border-color: rgb(207,189,220); }
td.TdClassName
{
border-color: #CFBDDC;
}
.TagClassName
{
border-color: #CFBDDC;
}
</style>