Shades of Prelude #C9AFDA
Tints of Prelude #C9AFDA
RGB
CMYK
RGB Variations
Color information
#C9AFDA (or 0xC9AFDA) is known color: Prelude. HEX triplet: C9, AF and DA. RGB value is (201,175,218). Sum of RGB (Red+Green+Blue) = 201+175+218=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFDA is #365025. Grayscale: #BBBBBB. Windows color (decimal): -3559462 or 14331849. OLE color: 14331849.
HSL color Cylindrical-coordinate representation of color #C9AFDA: hue angle of 276.28º 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 #C9AFDA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 201 | 175 | 218 | - |
CMYK | 0.08 | 0.20 | 0 | 0.15 |
HSL | 276.28º | 0.37% | 0.77% | - |
HSV(B) | 276.28º | 0.2% | 0.85% | - |
XYZ | 52.07 | 48.14 | 72.88 | - |
YUV | 187.68 | 145.11 | 137.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 175 | 218 | 0.08 | 0.20 | 0 | 0.15 | 276.28 | 0.37 | 0.77 |
Hex | C9 | AF | DA | 8 | 14 | 0 | F | 114 | 25 | 4D |
Octal | 311 | 257 | 332 | 10 | 24 | 0 | 17 | 424 | 45 | 115 |
Binary | 11001001 | 10101111 | 11011010 | 1000 | 10100 | 0 | 1111 | 100010100 | 100101 | 1001101 |
Color Harmonies of #C9AFDA
Complementary color
Monochromatic Colors of #C9AFDA
Black with #C9AFDA
Text Example
Text Example
White with #C9AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFDA; }
p { color: rgb(201,175,218); }
H1.HeaderClassName
{
color: #C9AFDA;
}
.AnyTagClassName
{
color: #C9AFDA;
}
</style>
background-color css
<style>
a { background-color: #C9AFDA; }
a { background-color: rgb(201,175,218); }
div.DivClassName
{
background-color: #C9AFDA;
}
.BgClassName
{
background-color: #C9AFDA;
}
</style>
border-color css
<style>
span { border-color: #C9AFDA; }
span { border-color: rgb(201,175,218); }
td.TdClassName
{
border-color: #C9AFDA;
}
.TagClassName
{
border-color: #C9AFDA;
}
</style>