Shades of Prelude #CFB4DE
Tints of Prelude #CFB4DE
RGB
CMYK
RGB Variations
Color information
#CFB4DE (or 0xCFB4DE) is known color: Prelude. HEX triplet: CF, B4 and DE. RGB value is (207,180,222). Sum of RGB (Red+Green+Blue) = 207+180+222=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 180 (70.70% from 255 or 29.56% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFB4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4DE is #304B21. Grayscale: #C0C0C0. Windows color (decimal): -3164962 or 14595279. OLE color: 14595279.
HSL color Cylindrical-coordinate representation of color #CFB4DE: hue angle of 278.57º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFB4DE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 180 | 222 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.13 |
| HSL | 278.57º | 0.39% | 0.79% | - |
| HSV(B) | 278.57º | 0.19% | 0.87% | - |
| XYZ | 55.24 | 51.18 | 76.07 | - |
| YUV | 192.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 222 | 0.07 | 0.19 | 0 | 0.13 | 278.57 | 0.39 | 0.79 |
| Hex | CF | B4 | DE | 7 | 13 | 0 | D | 117 | 27 | 4F |
| Octal | 317 | 264 | 336 | 7 | 23 | 0 | 15 | 427 | 47 | 117 |
| Binary | 11001111 | 10110100 | 11011110 | 111 | 10011 | 0 | 1101 | 100010111 | 100111 | 1001111 |
Color Harmonies of #CFB4DE
Complementary color
Monochromatic Colors of #CFB4DE
Black with #CFB4DE
Text Example
Text Example
White with #CFB4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4DE; }
p { color: rgb(207,180,222); }
H1.HeaderClassName
{
color: #CFB4DE;
}
.AnyTagClassName
{
color: #CFB4DE;
}
</style>
background-color css
<style>
a { background-color: #CFB4DE; }
a { background-color: rgb(207,180,222); }
div.DivClassName
{
background-color: #CFB4DE;
}
.BgClassName
{
background-color: #CFB4DE;
}
</style>
border-color css
<style>
span { border-color: #CFB4DE; }
span { border-color: rgb(207,180,222); }
td.TdClassName
{
border-color: #CFB4DE;
}
.TagClassName
{
border-color: #CFB4DE;
}
</style>