Shades of Prelude #CFADD7
Tints of Prelude #CFADD7
RGB
CMYK
RGB Variations
Color information
#CFADD7 (or 0xCFADD7) is known color: Prelude. HEX triplet: CF, AD and D7. RGB value is (207,173,215). Sum of RGB (Red+Green+Blue) = 207+173+215=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADD7 is #305228. Grayscale: #BBBBBB. Windows color (decimal): -3166761 or 14134735. OLE color: 14134735.
HSL color Cylindrical-coordinate representation of color #CFADD7: hue angle of 288.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFADD7 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 173 | 215 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.16 |
| HSL | 288.57º | 0.34% | 0.76% | - |
| HSV(B) | 288.57º | 0.2% | 0.84% | - |
| XYZ | 52.94 | 48.06 | 70.78 | - |
| YUV | 187.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 215 | 0.04 | 0.20 | 0 | 0.16 | 288.57 | 0.34 | 0.76 |
| Hex | CF | AD | D7 | 4 | 14 | 0 | 10 | 121 | 22 | 4C |
| Octal | 317 | 255 | 327 | 4 | 24 | 0 | 20 | 441 | 42 | 114 |
| Binary | 11001111 | 10101101 | 11010111 | 100 | 10100 | 0 | 10000 | 100100001 | 100010 | 1001100 |
Color Harmonies of #CFADD7
Complementary color
Monochromatic Colors of #CFADD7
Black with #CFADD7
Text Example
Text Example
White with #CFADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADD7; }
p { color: rgb(207,173,215); }
H1.HeaderClassName
{
color: #CFADD7;
}
.AnyTagClassName
{
color: #CFADD7;
}
</style>
background-color css
<style>
a { background-color: #CFADD7; }
a { background-color: rgb(207,173,215); }
div.DivClassName
{
background-color: #CFADD7;
}
.BgClassName
{
background-color: #CFADD7;
}
</style>
border-color css
<style>
span { border-color: #CFADD7; }
span { border-color: rgb(207,173,215); }
td.TdClassName
{
border-color: #CFADD7;
}
.TagClassName
{
border-color: #CFADD7;
}
</style>