Shades of Prelude #CFAED6
Tints of Prelude #CFAED6
RGB
CMYK
RGB Variations
Color information
#CFAED6 (or 0xCFAED6) is known color: Prelude. HEX triplet: CF, AE and D6. RGB value is (207,174,214). Sum of RGB (Red+Green+Blue) = 207+174+214=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED6 is #305129. Grayscale: #BCBCBC. Windows color (decimal): -3166506 or 14069455. OLE color: 14069455.
HSL color Cylindrical-coordinate representation of color #CFAED6: hue angle of 289.5º degrees, saturation: 0.33, 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 #CFAED6 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 174 | 214 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.16 |
| HSL | 289.5º | 0.33% | 0.76% | - |
| HSV(B) | 289.5º | 0.19% | 0.84% | - |
| XYZ | 53.01 | 48.39 | 70.17 | - |
| YUV | 188.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 214 | 0.03 | 0.19 | 0 | 0.16 | 289.5 | 0.33 | 0.76 |
| Hex | CF | AE | D6 | 3 | 13 | 0 | 10 | 122 | 21 | 4C |
| Octal | 317 | 256 | 326 | 3 | 23 | 0 | 20 | 442 | 41 | 114 |
| Binary | 11001111 | 10101110 | 11010110 | 11 | 10011 | 0 | 10000 | 100100010 | 100001 | 1001100 |
Color Harmonies of #CFAED6
Complementary color
Monochromatic Colors of #CFAED6
Black with #CFAED6
Text Example
Text Example
White with #CFAED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAED6; }
p { color: rgb(207,174,214); }
H1.HeaderClassName
{
color: #CFAED6;
}
.AnyTagClassName
{
color: #CFAED6;
}
</style>
background-color css
<style>
a { background-color: #CFAED6; }
a { background-color: rgb(207,174,214); }
div.DivClassName
{
background-color: #CFAED6;
}
.BgClassName
{
background-color: #CFAED6;
}
</style>
border-color css
<style>
span { border-color: #CFAED6; }
span { border-color: rgb(207,174,214); }
td.TdClassName
{
border-color: #CFAED6;
}
.TagClassName
{
border-color: #CFAED6;
}
</style>