Shades of Prelude #CFAEDE
Tints of Prelude #CFAEDE
RGB
CMYK
RGB Variations
Color information
#CFAEDE (or 0xCFAEDE) is known color: Prelude. HEX triplet: CF, AE and DE. RGB value is (207,174,222). Sum of RGB (Red+Green+Blue) = 207+174+222=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEDE is #305121. Grayscale: #BDBDBD. Windows color (decimal): -3166498 or 14593743. OLE color: 14593743.
HSL color Cylindrical-coordinate representation of color #CFAEDE: hue angle of 281.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFAEDE is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 174 | 222 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.13 |
| HSL | 281.25º | 0.42% | 0.78% | - |
| HSV(B) | 281.25º | 0.22% | 0.87% | - |
| XYZ | 54.05 | 48.81 | 75.68 | - |
| YUV | 189.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 222 | 0.07 | 0.22 | 0 | 0.13 | 281.25 | 0.42 | 0.78 |
| Hex | CF | AE | DE | 7 | 16 | 0 | D | 119 | 2A | 4E |
| Octal | 317 | 256 | 336 | 7 | 26 | 0 | 15 | 431 | 52 | 116 |
| Binary | 11001111 | 10101110 | 11011110 | 111 | 10110 | 0 | 1101 | 100011001 | 101010 | 1001110 |
Color Harmonies of #CFAEDE
Complementary color
Monochromatic Colors of #CFAEDE
Black with #CFAEDE
Text Example
Text Example
White with #CFAEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEDE; }
p { color: rgb(207,174,222); }
H1.HeaderClassName
{
color: #CFAEDE;
}
.AnyTagClassName
{
color: #CFAEDE;
}
</style>
background-color css
<style>
a { background-color: #CFAEDE; }
a { background-color: rgb(207,174,222); }
div.DivClassName
{
background-color: #CFAEDE;
}
.BgClassName
{
background-color: #CFAEDE;
}
</style>
border-color css
<style>
span { border-color: #CFAEDE; }
span { border-color: rgb(207,174,222); }
td.TdClassName
{
border-color: #CFAEDE;
}
.TagClassName
{
border-color: #CFAEDE;
}
</style>