Shades of Prelude #CFAFE0
Tints of Prelude #CFAFE0
RGB
CMYK
RGB Variations
Color information
#CFAFE0 (or 0xCFAFE0) is known color: Prelude. HEX triplet: CF, AF and E0. RGB value is (207,175,224). Sum of RGB (Red+Green+Blue) = 207+175+224=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFE0 is #30501F. Grayscale: #BDBDBD. Windows color (decimal): -3166240 or 14725071. OLE color: 14725071.
HSL color Cylindrical-coordinate representation of color #CFAFE0: hue angle of 279.18º degrees, saturation: 0.44, 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 #CFAFE0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 175 | 224 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.12 |
| HSL | 279.18º | 0.44% | 0.78% | - |
| HSV(B) | 279.18º | 0.22% | 0.88% | - |
| XYZ | 54.52 | 49.31 | 77.16 | - |
| YUV | 190.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 224 | 0.08 | 0.22 | 0 | 0.12 | 279.18 | 0.44 | 0.78 |
| Hex | CF | AF | E0 | 8 | 16 | 0 | C | 117 | 2C | 4E |
| Octal | 317 | 257 | 340 | 10 | 26 | 0 | 14 | 427 | 54 | 116 |
| Binary | 11001111 | 10101111 | 11100000 | 1000 | 10110 | 0 | 1100 | 100010111 | 101100 | 1001110 |
Color Harmonies of #CFAFE0
Complementary color
Monochromatic Colors of #CFAFE0
Black with #CFAFE0
Text Example
Text Example
White with #CFAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFE0; }
p { color: rgb(207,175,224); }
H1.HeaderClassName
{
color: #CFAFE0;
}
.AnyTagClassName
{
color: #CFAFE0;
}
</style>
background-color css
<style>
a { background-color: #CFAFE0; }
a { background-color: rgb(207,175,224); }
div.DivClassName
{
background-color: #CFAFE0;
}
.BgClassName
{
background-color: #CFAFE0;
}
</style>
border-color css
<style>
span { border-color: #CFAFE0; }
span { border-color: rgb(207,175,224); }
td.TdClassName
{
border-color: #CFAFE0;
}
.TagClassName
{
border-color: #CFAFE0;
}
</style>