Shades of Prelude #CDAED9
Tints of Prelude #CDAED9
RGB
CMYK
RGB Variations
Color information
#CDAED9 (or 0xCDAED9) is known color: Prelude. HEX triplet: CD, AE and D9. RGB value is (205,174,217). Sum of RGB (Red+Green+Blue) = 205+174+217=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAED9 is #325126. Grayscale: #BCBCBC. Windows color (decimal): -3297575 or 14266061. OLE color: 14266061.
HSL color Cylindrical-coordinate representation of color #CDAED9: hue angle of 283.26º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDAED9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 174 | 217 | - |
CMYK | 0.06 | 0.20 | 0 | 0.15 |
HSL | 283.26º | 0.36% | 0.77% | - |
HSV(B) | 283.26º | 0.2% | 0.85% | - |
XYZ | 52.84 | 48.26 | 72.18 | - |
YUV | 188.17 | 144.27 | 140 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 217 | 0.06 | 0.20 | 0 | 0.15 | 283.26 | 0.36 | 0.77 |
Hex | CD | AE | D9 | 6 | 14 | 0 | F | 11B | 24 | 4D |
Octal | 315 | 256 | 331 | 6 | 24 | 0 | 17 | 433 | 44 | 115 |
Binary | 11001101 | 10101110 | 11011001 | 110 | 10100 | 0 | 1111 | 100011011 | 100100 | 1001101 |
Color Harmonies of #CDAED9
Complementary color
Monochromatic Colors of #CDAED9
Black with #CDAED9
Text Example
Text Example
White with #CDAED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAED9; }
p { color: rgb(205,174,217); }
H1.HeaderClassName
{
color: #CDAED9;
}
.AnyTagClassName
{
color: #CDAED9;
}
</style>
background-color css
<style>
a { background-color: #CDAED9; }
a { background-color: rgb(205,174,217); }
div.DivClassName
{
background-color: #CDAED9;
}
.BgClassName
{
background-color: #CDAED9;
}
</style>
border-color css
<style>
span { border-color: #CDAED9; }
span { border-color: rgb(205,174,217); }
td.TdClassName
{
border-color: #CDAED9;
}
.TagClassName
{
border-color: #CDAED9;
}
</style>