Shades of Prelude #CFADDB
Tints of Prelude #CFADDB
RGB
CMYK
RGB Variations
Color information
#CFADDB (or 0xCFADDB) is known color: Prelude. HEX triplet: CF, AD and DB. RGB value is (207,173,219). Sum of RGB (Red+Green+Blue) = 207+173+219=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADDB is #305224. Grayscale: #BCBCBC. Windows color (decimal): -3166757 or 14396879. OLE color: 14396879.
HSL color Cylindrical-coordinate representation of color #CFADDB: hue angle of 284.35º degrees, saturation: 0.39, 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 #CFADDB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 173 | 219 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.14 |
| HSL | 284.35º | 0.39% | 0.77% | - |
| HSV(B) | 284.35º | 0.21% | 0.86% | - |
| XYZ | 53.46 | 48.27 | 73.52 | - |
| YUV | 188.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 219 | 0.05 | 0.21 | 0 | 0.14 | 284.35 | 0.39 | 0.77 |
| Hex | CF | AD | DB | 5 | 15 | 0 | E | 11C | 27 | 4D |
| Octal | 317 | 255 | 333 | 5 | 25 | 0 | 16 | 434 | 47 | 115 |
| Binary | 11001111 | 10101101 | 11011011 | 101 | 10101 | 0 | 1110 | 100011100 | 100111 | 1001101 |
Color Harmonies of #CFADDB
Complementary color
Monochromatic Colors of #CFADDB
Black with #CFADDB
Text Example
Text Example
White with #CFADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADDB; }
p { color: rgb(207,173,219); }
H1.HeaderClassName
{
color: #CFADDB;
}
.AnyTagClassName
{
color: #CFADDB;
}
</style>
background-color css
<style>
a { background-color: #CFADDB; }
a { background-color: rgb(207,173,219); }
div.DivClassName
{
background-color: #CFADDB;
}
.BgClassName
{
background-color: #CFADDB;
}
</style>
border-color css
<style>
span { border-color: #CFADDB; }
span { border-color: rgb(207,173,219); }
td.TdClassName
{
border-color: #CFADDB;
}
.TagClassName
{
border-color: #CFADDB;
}
</style>