Shades of Prelude #CFADDF
Tints of Prelude #CFADDF
RGB
CMYK
RGB Variations
Color information
#CFADDF (or 0xCFADDF) is known color: Prelude. HEX triplet: CF, AD and DF. RGB value is (207,173,223). Sum of RGB (Red+Green+Blue) = 207+173+223=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADDF is #305220. Grayscale: #BCBCBC. Windows color (decimal): -3166753 or 14659023. OLE color: 14659023.
HSL color Cylindrical-coordinate representation of color #CFADDF: hue angle of 280.8º degrees, saturation: 0.44, 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 #CFADDF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 173 | 223 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.13 |
| HSL | 280.8º | 0.44% | 0.78% | - |
| HSV(B) | 280.8º | 0.22% | 0.87% | - |
| XYZ | 53.99 | 48.48 | 76.32 | - |
| YUV | 188.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 223 | 0.07 | 0.22 | 0 | 0.13 | 280.8 | 0.44 | 0.78 |
| Hex | CF | AD | DF | 7 | 16 | 0 | D | 119 | 2C | 4E |
| Octal | 317 | 255 | 337 | 7 | 26 | 0 | 15 | 431 | 54 | 116 |
| Binary | 11001111 | 10101101 | 11011111 | 111 | 10110 | 0 | 1101 | 100011001 | 101100 | 1001110 |
Color Harmonies of #CFADDF
Complementary color
Monochromatic Colors of #CFADDF
Black with #CFADDF
Text Example
Text Example
White with #CFADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADDF; }
p { color: rgb(207,173,223); }
H1.HeaderClassName
{
color: #CFADDF;
}
.AnyTagClassName
{
color: #CFADDF;
}
</style>
background-color css
<style>
a { background-color: #CFADDF; }
a { background-color: rgb(207,173,223); }
div.DivClassName
{
background-color: #CFADDF;
}
.BgClassName
{
background-color: #CFADDF;
}
</style>
border-color css
<style>
span { border-color: #CFADDF; }
span { border-color: rgb(207,173,223); }
td.TdClassName
{
border-color: #CFADDF;
}
.TagClassName
{
border-color: #CFADDF;
}
</style>