Shades of Prelude #CDADDC
Tints of Prelude #CDADDC
RGB
CMYK
RGB Variations
Color information
#CDADDC (or 0xCDADDC) is known color: Prelude. HEX triplet: CD, AD and DC. RGB value is (205,173,220). Sum of RGB (Red+Green+Blue) = 205+173+220=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADDC is #325223. Grayscale: #BBBBBB. Windows color (decimal): -3297828 or 14462413. OLE color: 14462413.
HSL color Cylindrical-coordinate representation of color #CDADDC: hue angle of 280.85º 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 #CDADDC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 173 | 220 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.14 |
| HSL | 280.85º | 0.4% | 0.77% | - |
| HSV(B) | 280.85º | 0.21% | 0.86% | - |
| XYZ | 53.04 | 48.03 | 74.19 | - |
| YUV | 187.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 220 | 0.07 | 0.21 | 0 | 0.14 | 280.85 | 0.4 | 0.77 |
| Hex | CD | AD | DC | 7 | 15 | 0 | E | 119 | 28 | 4D |
| Octal | 315 | 255 | 334 | 7 | 25 | 0 | 16 | 431 | 50 | 115 |
| Binary | 11001101 | 10101101 | 11011100 | 111 | 10101 | 0 | 1110 | 100011001 | 101000 | 1001101 |
Color Harmonies of #CDADDC
Complementary color
Monochromatic Colors of #CDADDC
Black with #CDADDC
Text Example
Text Example
White with #CDADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADDC; }
p { color: rgb(205,173,220); }
H1.HeaderClassName
{
color: #CDADDC;
}
.AnyTagClassName
{
color: #CDADDC;
}
</style>
background-color css
<style>
a { background-color: #CDADDC; }
a { background-color: rgb(205,173,220); }
div.DivClassName
{
background-color: #CDADDC;
}
.BgClassName
{
background-color: #CDADDC;
}
</style>
border-color css
<style>
span { border-color: #CDADDC; }
span { border-color: rgb(205,173,220); }
td.TdClassName
{
border-color: #CDADDC;
}
.TagClassName
{
border-color: #CDADDC;
}
</style>