Shades of Prelude #CDADDF
Tints of Prelude #CDADDF
RGB
CMYK
RGB Variations
Color information
#CDADDF (or 0xCDADDF) is known color: Prelude. HEX triplet: CD, AD and DF. RGB value is (205,173,223). Sum of RGB (Red+Green+Blue) = 205+173+223=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADDF is #325220. Grayscale: #BCBCBC. Windows color (decimal): -3297825 or 14659021. OLE color: 14659021.
HSL color Cylindrical-coordinate representation of color #CDADDF: hue angle of 278.4º 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 #CDADDF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 173 | 223 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.13 |
| HSL | 278.4º | 0.44% | 0.78% | - |
| HSV(B) | 278.4º | 0.22% | 0.87% | - |
| XYZ | 53.44 | 48.19 | 76.3 | - |
| YUV | 188.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 223 | 0.08 | 0.22 | 0 | 0.13 | 278.4 | 0.44 | 0.78 |
| Hex | CD | AD | DF | 8 | 16 | 0 | D | 116 | 2C | 4E |
| Octal | 315 | 255 | 337 | 10 | 26 | 0 | 15 | 426 | 54 | 116 |
| Binary | 11001101 | 10101101 | 11011111 | 1000 | 10110 | 0 | 1101 | 100010110 | 101100 | 1001110 |
Color Harmonies of #CDADDF
Complementary color
Monochromatic Colors of #CDADDF
Black with #CDADDF
Text Example
Text Example
White with #CDADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADDF; }
p { color: rgb(205,173,223); }
H1.HeaderClassName
{
color: #CDADDF;
}
.AnyTagClassName
{
color: #CDADDF;
}
</style>
background-color css
<style>
a { background-color: #CDADDF; }
a { background-color: rgb(205,173,223); }
div.DivClassName
{
background-color: #CDADDF;
}
.BgClassName
{
background-color: #CDADDF;
}
</style>
border-color css
<style>
span { border-color: #CDADDF; }
span { border-color: rgb(205,173,223); }
td.TdClassName
{
border-color: #CDADDF;
}
.TagClassName
{
border-color: #CDADDF;
}
</style>