Shades of Prelude #C9AEDA
Tints of Prelude #C9AEDA
RGB
CMYK
RGB Variations
Color information
#C9AEDA (or 0xC9AEDA) is known color: Prelude. HEX triplet: C9, AE and DA. RGB value is (201,174,218). Sum of RGB (Red+Green+Blue) = 201+174+218=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEDA is #365125. Grayscale: #BABABA. Windows color (decimal): -3559718 or 14331593. OLE color: 14331593.
HSL color Cylindrical-coordinate representation of color #C9AEDA: hue angle of 276.82º degrees, saturation: 0.37, 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 #C9AEDA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 201 | 174 | 218 | - |
CMYK | 0.08 | 0.20 | 0 | 0.15 |
HSL | 276.82º | 0.37% | 0.77% | - |
HSV(B) | 276.82º | 0.2% | 0.85% | - |
XYZ | 51.88 | 47.75 | 72.81 | - |
YUV | 187.09 | 145.45 | 137.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 174 | 218 | 0.08 | 0.20 | 0 | 0.15 | 276.82 | 0.37 | 0.77 |
Hex | C9 | AE | DA | 8 | 14 | 0 | F | 115 | 25 | 4D |
Octal | 311 | 256 | 332 | 10 | 24 | 0 | 17 | 425 | 45 | 115 |
Binary | 11001001 | 10101110 | 11011010 | 1000 | 10100 | 0 | 1111 | 100010101 | 100101 | 1001101 |
Color Harmonies of #C9AEDA
Complementary color
Monochromatic Colors of #C9AEDA
Black with #C9AEDA
Text Example
Text Example
White with #C9AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEDA; }
p { color: rgb(201,174,218); }
H1.HeaderClassName
{
color: #C9AEDA;
}
.AnyTagClassName
{
color: #C9AEDA;
}
</style>
background-color css
<style>
a { background-color: #C9AEDA; }
a { background-color: rgb(201,174,218); }
div.DivClassName
{
background-color: #C9AEDA;
}
.BgClassName
{
background-color: #C9AEDA;
}
</style>
border-color css
<style>
span { border-color: #C9AEDA; }
span { border-color: rgb(201,174,218); }
td.TdClassName
{
border-color: #C9AEDA;
}
.TagClassName
{
border-color: #C9AEDA;
}
</style>