Shades of Prelude #CFB5DE
Tints of Prelude #CFB5DE
RGB
CMYK
RGB Variations
Color information
#CFB5DE (or 0xCFB5DE) is known color: Prelude. HEX triplet: CF, B5 and DE. RGB value is (207,181,222). Sum of RGB (Red+Green+Blue) = 207+181+222=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFB5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5DE is #304A21. Grayscale: #C1C1C1. Windows color (decimal): -3164706 or 14595535. OLE color: 14595535.
HSL color Cylindrical-coordinate representation of color #CFB5DE: hue angle of 278.05º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFB5DE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 181 | 222 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.13 |
| HSL | 278.05º | 0.38% | 0.79% | - |
| HSV(B) | 278.05º | 0.18% | 0.87% | - |
| XYZ | 55.44 | 51.59 | 76.14 | - |
| YUV | 193.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 222 | 0.07 | 0.18 | 0 | 0.13 | 278.05 | 0.38 | 0.79 |
| Hex | CF | B5 | DE | 7 | 12 | 0 | D | 116 | 26 | 4F |
| Octal | 317 | 265 | 336 | 7 | 22 | 0 | 15 | 426 | 46 | 117 |
| Binary | 11001111 | 10110101 | 11011110 | 111 | 10010 | 0 | 1101 | 100010110 | 100110 | 1001111 |
Color Harmonies of #CFB5DE
Complementary color
Monochromatic Colors of #CFB5DE
Black with #CFB5DE
Text Example
Text Example
White with #CFB5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5DE; }
p { color: rgb(207,181,222); }
H1.HeaderClassName
{
color: #CFB5DE;
}
.AnyTagClassName
{
color: #CFB5DE;
}
</style>
background-color css
<style>
a { background-color: #CFB5DE; }
a { background-color: rgb(207,181,222); }
div.DivClassName
{
background-color: #CFB5DE;
}
.BgClassName
{
background-color: #CFB5DE;
}
</style>
border-color css
<style>
span { border-color: #CFB5DE; }
span { border-color: rgb(207,181,222); }
td.TdClassName
{
border-color: #CFB5DE;
}
.TagClassName
{
border-color: #CFB5DE;
}
</style>