Shades of Prelude #C3ADCD
Tints of Prelude #C3ADCD
RGB
CMYK
RGB Variations
Color information
#C3ADCD (or 0xC3ADCD) is known color: Prelude. HEX triplet: C3, AD and CD. RGB value is (195,173,205). Sum of RGB (Red+Green+Blue) = 195+173+205=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADCD is #3C5232. Grayscale: #B7B7B7. Windows color (decimal): -3953203 or 13479363. OLE color: 13479363.
HSL color Cylindrical-coordinate representation of color #C3ADCD: hue angle of 281.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3ADCD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 173 | 205 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.20 |
| HSL | 281.25º | 0.24% | 0.74% | - |
| HSV(B) | 281.25º | 0.16% | 0.8% | - |
| XYZ | 48.47 | 45.9 | 64.06 | - |
| YUV | 183.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 205 | 0.05 | 0.16 | 0 | 0.20 | 281.25 | 0.24 | 0.74 |
| Hex | C3 | AD | CD | 5 | 10 | 0 | 14 | 119 | 18 | 4A |
| Octal | 303 | 255 | 315 | 5 | 20 | 0 | 24 | 431 | 30 | 112 |
| Binary | 11000011 | 10101101 | 11001101 | 101 | 10000 | 0 | 10100 | 100011001 | 11000 | 1001010 |
Color Harmonies of #C3ADCD
Complementary color
Monochromatic Colors of #C3ADCD
Black with #C3ADCD
Text Example
Text Example
White with #C3ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADCD; }
p { color: rgb(195,173,205); }
H1.HeaderClassName
{
color: #C3ADCD;
}
.AnyTagClassName
{
color: #C3ADCD;
}
</style>
background-color css
<style>
a { background-color: #C3ADCD; }
a { background-color: rgb(195,173,205); }
div.DivClassName
{
background-color: #C3ADCD;
}
.BgClassName
{
background-color: #C3ADCD;
}
</style>
border-color css
<style>
span { border-color: #C3ADCD; }
span { border-color: rgb(195,173,205); }
td.TdClassName
{
border-color: #C3ADCD;
}
.TagClassName
{
border-color: #C3ADCD;
}
</style>