Shades of Prelude #CFB5E0
Tints of Prelude #CFB5E0
RGB
CMYK
RGB Variations
Color information
#CFB5E0 (or 0xCFB5E0) is known color: Prelude. HEX triplet: CF, B5 and E0. RGB value is (207,181,224). Sum of RGB (Red+Green+Blue) = 207+181+224=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFB5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5E0 is #304A1F. Grayscale: #C1C1C1. Windows color (decimal): -3164704 or 14726607. OLE color: 14726607.
HSL color Cylindrical-coordinate representation of color #CFB5E0: hue angle of 276.28º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFB5E0 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 181 | 224 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.12 |
| HSL | 276.28º | 0.41% | 0.79% | - |
| HSV(B) | 276.28º | 0.19% | 0.88% | - |
| XYZ | 55.71 | 51.69 | 77.56 | - |
| YUV | 193.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 224 | 0.08 | 0.19 | 0 | 0.12 | 276.28 | 0.41 | 0.79 |
| Hex | CF | B5 | E0 | 8 | 13 | 0 | C | 114 | 29 | 4F |
| Octal | 317 | 265 | 340 | 10 | 23 | 0 | 14 | 424 | 51 | 117 |
| Binary | 11001111 | 10110101 | 11100000 | 1000 | 10011 | 0 | 1100 | 100010100 | 101001 | 1001111 |
Color Harmonies of #CFB5E0
Complementary color
Monochromatic Colors of #CFB5E0
Black with #CFB5E0
Text Example
Text Example
White with #CFB5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5E0; }
p { color: rgb(207,181,224); }
H1.HeaderClassName
{
color: #CFB5E0;
}
.AnyTagClassName
{
color: #CFB5E0;
}
</style>
background-color css
<style>
a { background-color: #CFB5E0; }
a { background-color: rgb(207,181,224); }
div.DivClassName
{
background-color: #CFB5E0;
}
.BgClassName
{
background-color: #CFB5E0;
}
</style>
border-color css
<style>
span { border-color: #CFB5E0; }
span { border-color: rgb(207,181,224); }
td.TdClassName
{
border-color: #CFB5E0;
}
.TagClassName
{
border-color: #CFB5E0;
}
</style>