Shades of Prelude #CFADDA
Tints of Prelude #CFADDA
RGB
CMYK
RGB Variations
Color information
#CFADDA (or 0xCFADDA) is known color: Prelude. HEX triplet: CF, AD and DA. RGB value is (207,173,218). Sum of RGB (Red+Green+Blue) = 207+173+218=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADDA is #305225. Grayscale: #BCBCBC. Windows color (decimal): -3166758 or 14331343. OLE color: 14331343.
HSL color Cylindrical-coordinate representation of color #CFADDA: hue angle of 285.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFADDA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 173 | 218 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.15 |
| HSL | 285.33º | 0.38% | 0.77% | - |
| HSV(B) | 285.33º | 0.21% | 0.85% | - |
| XYZ | 53.33 | 48.21 | 72.83 | - |
| YUV | 188.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 218 | 0.05 | 0.21 | 0 | 0.15 | 285.33 | 0.38 | 0.77 |
| Hex | CF | AD | DA | 5 | 15 | 0 | F | 11D | 26 | 4D |
| Octal | 317 | 255 | 332 | 5 | 25 | 0 | 17 | 435 | 46 | 115 |
| Binary | 11001111 | 10101101 | 11011010 | 101 | 10101 | 0 | 1111 | 100011101 | 100110 | 1001101 |
Color Harmonies of #CFADDA
Complementary color
Monochromatic Colors of #CFADDA
Black with #CFADDA
Text Example
Text Example
White with #CFADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADDA; }
p { color: rgb(207,173,218); }
H1.HeaderClassName
{
color: #CFADDA;
}
.AnyTagClassName
{
color: #CFADDA;
}
</style>
background-color css
<style>
a { background-color: #CFADDA; }
a { background-color: rgb(207,173,218); }
div.DivClassName
{
background-color: #CFADDA;
}
.BgClassName
{
background-color: #CFADDA;
}
</style>
border-color css
<style>
span { border-color: #CFADDA; }
span { border-color: rgb(207,173,218); }
td.TdClassName
{
border-color: #CFADDA;
}
.TagClassName
{
border-color: #CFADDA;
}
</style>