Shades of Prelude #CFAAD8
Tints of Prelude #CFAAD8
RGB
CMYK
RGB Variations
Color information
#CFAAD8 (or 0xCFAAD8) is known color: Prelude. HEX triplet: CF, AA and D8. RGB value is (207,170,216). Sum of RGB (Red+Green+Blue) = 207+170+216=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFAAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAD8 is #305527. Grayscale: #BABABA. Windows color (decimal): -3167528 or 14199503. OLE color: 14199503.
HSL color Cylindrical-coordinate representation of color #CFAAD8: hue angle of 288.26º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFAAD8 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 170 | 216 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.15 |
| HSL | 288.26º | 0.37% | 0.76% | - |
| HSV(B) | 288.26º | 0.21% | 0.85% | - |
| XYZ | 52.5 | 46.97 | 71.27 | - |
| YUV | 186.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 216 | 0.04 | 0.21 | 0 | 0.15 | 288.26 | 0.37 | 0.76 |
| Hex | CF | AA | D8 | 4 | 15 | 0 | F | 120 | 25 | 4C |
| Octal | 317 | 252 | 330 | 4 | 25 | 0 | 17 | 440 | 45 | 114 |
| Binary | 11001111 | 10101010 | 11011000 | 100 | 10101 | 0 | 1111 | 100100000 | 100101 | 1001100 |
Color Harmonies of #CFAAD8
Complementary color
Monochromatic Colors of #CFAAD8
Black with #CFAAD8
Text Example
Text Example
White with #CFAAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAD8; }
p { color: rgb(207,170,216); }
H1.HeaderClassName
{
color: #CFAAD8;
}
.AnyTagClassName
{
color: #CFAAD8;
}
</style>
background-color css
<style>
a { background-color: #CFAAD8; }
a { background-color: rgb(207,170,216); }
div.DivClassName
{
background-color: #CFAAD8;
}
.BgClassName
{
background-color: #CFAAD8;
}
</style>
border-color css
<style>
span { border-color: #CFAAD8; }
span { border-color: rgb(207,170,216); }
td.TdClassName
{
border-color: #CFAAD8;
}
.TagClassName
{
border-color: #CFAAD8;
}
</style>