Shades of Prelude #C3AFC9
Tints of Prelude #C3AFC9
RGB
CMYK
RGB Variations
Color information
#C3AFC9 (or 0xC3AFC9) is known color: Prelude. HEX triplet: C3, AF and C9. RGB value is (195,175,201). Sum of RGB (Red+Green+Blue) = 195+175+201=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #C3AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFC9 is #3C5036. Grayscale: #B7B7B7. Windows color (decimal): -3952695 or 13217731. OLE color: 13217731.
HSL color Cylindrical-coordinate representation of color #C3AFC9: hue angle of 286.15º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3AFC9 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 175 | 201 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.21 |
| HSL | 286.15º | 0.19% | 0.74% | - |
| HSV(B) | 286.15º | 0.13% | 0.79% | - |
| XYZ | 48.38 | 46.48 | 61.68 | - |
| YUV | 183.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 201 | 0.03 | 0.13 | 0 | 0.21 | 286.15 | 0.19 | 0.74 |
| Hex | C3 | AF | C9 | 3 | D | 0 | 15 | 11E | 13 | 4A |
| Octal | 303 | 257 | 311 | 3 | 15 | 0 | 25 | 436 | 23 | 112 |
| Binary | 11000011 | 10101111 | 11001001 | 11 | 1101 | 0 | 10101 | 100011110 | 10011 | 1001010 |
Color Harmonies of #C3AFC9
Complementary color
Monochromatic Colors of #C3AFC9
Black with #C3AFC9
Text Example
Text Example
White with #C3AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFC9; }
p { color: rgb(195,175,201); }
H1.HeaderClassName
{
color: #C3AFC9;
}
.AnyTagClassName
{
color: #C3AFC9;
}
</style>
background-color css
<style>
a { background-color: #C3AFC9; }
a { background-color: rgb(195,175,201); }
div.DivClassName
{
background-color: #C3AFC9;
}
.BgClassName
{
background-color: #C3AFC9;
}
</style>
border-color css
<style>
span { border-color: #C3AFC9; }
span { border-color: rgb(195,175,201); }
td.TdClassName
{
border-color: #C3AFC9;
}
.TagClassName
{
border-color: #C3AFC9;
}
</style>