Shades of Prelude #CFAED7
Tints of Prelude #CFAED7
RGB
CMYK
RGB Variations
Color information
#CFAED7 (or 0xCFAED7) is known color: Prelude. HEX triplet: CF, AE and D7. RGB value is (207,174,215). Sum of RGB (Red+Green+Blue) = 207+174+215=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED7 is #305128. Grayscale: #BCBCBC. Windows color (decimal): -3166505 or 14134991. OLE color: 14134991.
HSL color Cylindrical-coordinate representation of color #CFAED7: hue angle of 288.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFAED7 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 174 | 215 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.16 |
| HSL | 288.29º | 0.34% | 0.76% | - |
| HSV(B) | 288.29º | 0.19% | 0.84% | - |
| XYZ | 53.13 | 48.44 | 70.84 | - |
| YUV | 188.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 215 | 0.04 | 0.19 | 0 | 0.16 | 288.29 | 0.34 | 0.76 |
| Hex | CF | AE | D7 | 4 | 13 | 0 | 10 | 120 | 22 | 4C |
| Octal | 317 | 256 | 327 | 4 | 23 | 0 | 20 | 440 | 42 | 114 |
| Binary | 11001111 | 10101110 | 11010111 | 100 | 10011 | 0 | 10000 | 100100000 | 100010 | 1001100 |
Color Harmonies of #CFAED7
Complementary color
Monochromatic Colors of #CFAED7
Black with #CFAED7
Text Example
Text Example
White with #CFAED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAED7; }
p { color: rgb(207,174,215); }
H1.HeaderClassName
{
color: #CFAED7;
}
.AnyTagClassName
{
color: #CFAED7;
}
</style>
background-color css
<style>
a { background-color: #CFAED7; }
a { background-color: rgb(207,174,215); }
div.DivClassName
{
background-color: #CFAED7;
}
.BgClassName
{
background-color: #CFAED7;
}
</style>
border-color css
<style>
span { border-color: #CFAED7; }
span { border-color: rgb(207,174,215); }
td.TdClassName
{
border-color: #CFAED7;
}
.TagClassName
{
border-color: #CFAED7;
}
</style>