Shades of Prelude #CFADDC
Tints of Prelude #CFADDC
RGB
CMYK
RGB Variations
Color information
#CFADDC (or 0xCFADDC) is known color: Prelude. HEX triplet: CF, AD and DC. RGB value is (207,173,220). Sum of RGB (Red+Green+Blue) = 207+173+220=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADDC is #305223. Grayscale: #BCBCBC. Windows color (decimal): -3166756 or 14462415. OLE color: 14462415.
HSL color Cylindrical-coordinate representation of color #CFADDC: hue angle of 283.4º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFADDC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 173 | 220 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.14 |
| HSL | 283.4º | 0.4% | 0.77% | - |
| HSV(B) | 283.4º | 0.21% | 0.86% | - |
| XYZ | 53.59 | 48.32 | 74.21 | - |
| YUV | 188.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 220 | 0.06 | 0.21 | 0 | 0.14 | 283.4 | 0.4 | 0.77 |
| Hex | CF | AD | DC | 6 | 15 | 0 | E | 11B | 28 | 4D |
| Octal | 317 | 255 | 334 | 6 | 25 | 0 | 16 | 433 | 50 | 115 |
| Binary | 11001111 | 10101101 | 11011100 | 110 | 10101 | 0 | 1110 | 100011011 | 101000 | 1001101 |
Color Harmonies of #CFADDC
Complementary color
Monochromatic Colors of #CFADDC
Black with #CFADDC
Text Example
Text Example
White with #CFADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADDC; }
p { color: rgb(207,173,220); }
H1.HeaderClassName
{
color: #CFADDC;
}
.AnyTagClassName
{
color: #CFADDC;
}
</style>
background-color css
<style>
a { background-color: #CFADDC; }
a { background-color: rgb(207,173,220); }
div.DivClassName
{
background-color: #CFADDC;
}
.BgClassName
{
background-color: #CFADDC;
}
</style>
border-color css
<style>
span { border-color: #CFADDC; }
span { border-color: rgb(207,173,220); }
td.TdClassName
{
border-color: #CFADDC;
}
.TagClassName
{
border-color: #CFADDC;
}
</style>