Shades of Prelude #CDAEDC
Tints of Prelude #CDAEDC
RGB
CMYK
RGB Variations
Color information
#CDAEDC (or 0xCDAEDC) is known color: Prelude. HEX triplet: CD, AE and DC. RGB value is (205,174,220). Sum of RGB (Red+Green+Blue) = 205+174+220=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEDC is #325123. Grayscale: #BCBCBC. Windows color (decimal): -3297572 or 14462669. OLE color: 14462669.
HSL color Cylindrical-coordinate representation of color #CDAEDC: hue angle of 280.43º 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 #CDAEDC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 174 | 220 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.14 |
| HSL | 280.43º | 0.4% | 0.77% | - |
| HSV(B) | 280.43º | 0.21% | 0.86% | - |
| XYZ | 53.23 | 48.42 | 74.25 | - |
| YUV | 188.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 220 | 0.07 | 0.21 | 0 | 0.14 | 280.43 | 0.4 | 0.77 |
| Hex | CD | AE | DC | 7 | 15 | 0 | E | 118 | 28 | 4D |
| Octal | 315 | 256 | 334 | 7 | 25 | 0 | 16 | 430 | 50 | 115 |
| Binary | 11001101 | 10101110 | 11011100 | 111 | 10101 | 0 | 1110 | 100011000 | 101000 | 1001101 |
Color Harmonies of #CDAEDC
Complementary color
Monochromatic Colors of #CDAEDC
Black with #CDAEDC
Text Example
Text Example
White with #CDAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEDC; }
p { color: rgb(205,174,220); }
H1.HeaderClassName
{
color: #CDAEDC;
}
.AnyTagClassName
{
color: #CDAEDC;
}
</style>
background-color css
<style>
a { background-color: #CDAEDC; }
a { background-color: rgb(205,174,220); }
div.DivClassName
{
background-color: #CDAEDC;
}
.BgClassName
{
background-color: #CDAEDC;
}
</style>
border-color css
<style>
span { border-color: #CDAEDC; }
span { border-color: rgb(205,174,220); }
td.TdClassName
{
border-color: #CDAEDC;
}
.TagClassName
{
border-color: #CDAEDC;
}
</style>