Shades of Prelude #CFAFE4
Tints of Prelude #CFAFE4
RGB
CMYK
RGB Variations
Color information
#CFAFE4 (or 0xCFAFE4) is known color: Prelude. HEX triplet: CF, AF and E4. RGB value is (207,175,228). Sum of RGB (Red+Green+Blue) = 207+175+228=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFE4 is #30501B. Grayscale: #BEBEBE. Windows color (decimal): -3166236 or 14987215. OLE color: 14987215.
HSL color Cylindrical-coordinate representation of color #CFAFE4: hue angle of 276.23º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFAFE4 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 175 | 228 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.11 |
| HSL | 276.23º | 0.5% | 0.79% | - |
| HSV(B) | 276.23º | 0.23% | 0.89% | - |
| XYZ | 55.07 | 49.53 | 80.06 | - |
| YUV | 190.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 228 | 0.09 | 0.23 | 0 | 0.11 | 276.23 | 0.5 | 0.79 |
| Hex | CF | AF | E4 | 9 | 17 | 0 | B | 114 | 32 | 4F |
| Octal | 317 | 257 | 344 | 11 | 27 | 0 | 13 | 424 | 62 | 117 |
| Binary | 11001111 | 10101111 | 11100100 | 1001 | 10111 | 0 | 1011 | 100010100 | 110010 | 1001111 |
Color Harmonies of #CFAFE4
Complementary color
Monochromatic Colors of #CFAFE4
Black with #CFAFE4
Text Example
Text Example
White with #CFAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFE4; }
p { color: rgb(207,175,228); }
H1.HeaderClassName
{
color: #CFAFE4;
}
.AnyTagClassName
{
color: #CFAFE4;
}
</style>
background-color css
<style>
a { background-color: #CFAFE4; }
a { background-color: rgb(207,175,228); }
div.DivClassName
{
background-color: #CFAFE4;
}
.BgClassName
{
background-color: #CFAFE4;
}
</style>
border-color css
<style>
span { border-color: #CFAFE4; }
span { border-color: rgb(207,175,228); }
td.TdClassName
{
border-color: #CFAFE4;
}
.TagClassName
{
border-color: #CFAFE4;
}
</style>