Shades of Prelude #CFAEE0
Tints of Prelude #CFAEE0
RGB
CMYK
RGB Variations
Color information
#CFAEE0 (or 0xCFAEE0) is known color: Prelude. HEX triplet: CF, AE and E0. RGB value is (207,174,224). Sum of RGB (Red+Green+Blue) = 207+174+224=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEE0 is #30511F. Grayscale: #BDBDBD. Windows color (decimal): -3166496 or 14724815. OLE color: 14724815.
HSL color Cylindrical-coordinate representation of color #CFAEE0: hue angle of 279.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFAEE0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 174 | 224 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.12 |
| HSL | 279.6º | 0.45% | 0.78% | - |
| HSV(B) | 279.6º | 0.22% | 0.88% | - |
| XYZ | 54.32 | 48.92 | 77.1 | - |
| YUV | 189.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 224 | 0.08 | 0.22 | 0 | 0.12 | 279.6 | 0.45 | 0.78 |
| Hex | CF | AE | E0 | 8 | 16 | 0 | C | 118 | 2D | 4E |
| Octal | 317 | 256 | 340 | 10 | 26 | 0 | 14 | 430 | 55 | 116 |
| Binary | 11001111 | 10101110 | 11100000 | 1000 | 10110 | 0 | 1100 | 100011000 | 101101 | 1001110 |
Color Harmonies of #CFAEE0
Complementary color
Monochromatic Colors of #CFAEE0
Black with #CFAEE0
Text Example
Text Example
White with #CFAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEE0; }
p { color: rgb(207,174,224); }
H1.HeaderClassName
{
color: #CFAEE0;
}
.AnyTagClassName
{
color: #CFAEE0;
}
</style>
background-color css
<style>
a { background-color: #CFAEE0; }
a { background-color: rgb(207,174,224); }
div.DivClassName
{
background-color: #CFAEE0;
}
.BgClassName
{
background-color: #CFAEE0;
}
</style>
border-color css
<style>
span { border-color: #CFAEE0; }
span { border-color: rgb(207,174,224); }
td.TdClassName
{
border-color: #CFAEE0;
}
.TagClassName
{
border-color: #CFAEE0;
}
</style>