Shades of Prelude #C3ADC9
Tints of Prelude #C3ADC9
RGB
CMYK
RGB Variations
Color information
#C3ADC9 (or 0xC3ADC9) is known color: Prelude. HEX triplet: C3, AD and C9. RGB value is (195,173,201). Sum of RGB (Red+Green+Blue) = 195+173+201=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #C3ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADC9 is #3C5236. Grayscale: #B6B6B6. Windows color (decimal): -3953207 or 13217219. OLE color: 13217219.
HSL color Cylindrical-coordinate representation of color #C3ADC9: hue angle of 287.14º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3ADC9 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 173 | 201 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.21 |
| HSL | 287.14º | 0.21% | 0.73% | - |
| HSV(B) | 287.14º | 0.14% | 0.79% | - |
| XYZ | 47.99 | 45.71 | 61.55 | - |
| YUV | 182.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 201 | 0.03 | 0.14 | 0 | 0.21 | 287.14 | 0.21 | 0.73 |
| Hex | C3 | AD | C9 | 3 | E | 0 | 15 | 11F | 15 | 49 |
| Octal | 303 | 255 | 311 | 3 | 16 | 0 | 25 | 437 | 25 | 111 |
| Binary | 11000011 | 10101101 | 11001001 | 11 | 1110 | 0 | 10101 | 100011111 | 10101 | 1001001 |
Color Harmonies of #C3ADC9
Complementary color
Monochromatic Colors of #C3ADC9
Black with #C3ADC9
Text Example
Text Example
White with #C3ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADC9; }
p { color: rgb(195,173,201); }
H1.HeaderClassName
{
color: #C3ADC9;
}
.AnyTagClassName
{
color: #C3ADC9;
}
</style>
background-color css
<style>
a { background-color: #C3ADC9; }
a { background-color: rgb(195,173,201); }
div.DivClassName
{
background-color: #C3ADC9;
}
.BgClassName
{
background-color: #C3ADC9;
}
</style>
border-color css
<style>
span { border-color: #C3ADC9; }
span { border-color: rgb(195,173,201); }
td.TdClassName
{
border-color: #C3ADC9;
}
.TagClassName
{
border-color: #C3ADC9;
}
</style>