Shades of Prelude #CFAEDB
Tints of Prelude #CFAEDB
RGB
CMYK
RGB Variations
Color information
#CFAEDB (or 0xCFAEDB) is known color: Prelude. HEX triplet: CF, AE and DB. RGB value is (207,174,219). Sum of RGB (Red+Green+Blue) = 207+174+219=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEDB is #305124. Grayscale: #BCBCBC. Windows color (decimal): -3166501 or 14397135. OLE color: 14397135.
HSL color Cylindrical-coordinate representation of color #CFAEDB: hue angle of 284º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFAEDB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 174 | 219 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.14 |
| HSL | 284º | 0.38% | 0.77% | - |
| HSV(B) | 284º | 0.21% | 0.86% | - |
| XYZ | 53.65 | 48.65 | 73.58 | - |
| YUV | 189 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 219 | 0.05 | 0.21 | 0 | 0.14 | 284 | 0.38 | 0.77 |
| Hex | CF | AE | DB | 5 | 15 | 0 | E | 11C | 26 | 4D |
| Octal | 317 | 256 | 333 | 5 | 25 | 0 | 16 | 434 | 46 | 115 |
| Binary | 11001111 | 10101110 | 11011011 | 101 | 10101 | 0 | 1110 | 100011100 | 100110 | 1001101 |
Color Harmonies of #CFAEDB
Complementary color
Monochromatic Colors of #CFAEDB
Black with #CFAEDB
Text Example
Text Example
White with #CFAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEDB; }
p { color: rgb(207,174,219); }
H1.HeaderClassName
{
color: #CFAEDB;
}
.AnyTagClassName
{
color: #CFAEDB;
}
</style>
background-color css
<style>
a { background-color: #CFAEDB; }
a { background-color: rgb(207,174,219); }
div.DivClassName
{
background-color: #CFAEDB;
}
.BgClassName
{
background-color: #CFAEDB;
}
</style>
border-color css
<style>
span { border-color: #CFAEDB; }
span { border-color: rgb(207,174,219); }
td.TdClassName
{
border-color: #CFAEDB;
}
.TagClassName
{
border-color: #CFAEDB;
}
</style>