Shades of Prelude #C3AFCD
Tints of Prelude #C3AFCD
RGB
CMYK
RGB Variations
Color information
#C3AFCD (or 0xC3AFCD) is known color: Prelude. HEX triplet: C3, AF and CD. RGB value is (195,175,205). Sum of RGB (Red+Green+Blue) = 195+175+205=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFCD is #3C5032. Grayscale: #B8B8B8. Windows color (decimal): -3952691 or 13479875. OLE color: 13479875.
HSL color Cylindrical-coordinate representation of color #C3AFCD: hue angle of 280º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3AFCD is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 175 | 205 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.20 |
| HSL | 280º | 0.23% | 0.75% | - |
| HSV(B) | 280º | 0.15% | 0.8% | - |
| XYZ | 48.86 | 46.67 | 64.19 | - |
| YUV | 184.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 205 | 0.05 | 0.15 | 0 | 0.20 | 280 | 0.23 | 0.75 |
| Hex | C3 | AF | CD | 5 | F | 0 | 14 | 118 | 17 | 4B |
| Octal | 303 | 257 | 315 | 5 | 17 | 0 | 24 | 430 | 27 | 113 |
| Binary | 11000011 | 10101111 | 11001101 | 101 | 1111 | 0 | 10100 | 100011000 | 10111 | 1001011 |
Color Harmonies of #C3AFCD
Complementary color
Monochromatic Colors of #C3AFCD
Black with #C3AFCD
Text Example
Text Example
White with #C3AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFCD; }
p { color: rgb(195,175,205); }
H1.HeaderClassName
{
color: #C3AFCD;
}
.AnyTagClassName
{
color: #C3AFCD;
}
</style>
background-color css
<style>
a { background-color: #C3AFCD; }
a { background-color: rgb(195,175,205); }
div.DivClassName
{
background-color: #C3AFCD;
}
.BgClassName
{
background-color: #C3AFCD;
}
</style>
border-color css
<style>
span { border-color: #C3AFCD; }
span { border-color: rgb(195,175,205); }
td.TdClassName
{
border-color: #C3AFCD;
}
.TagClassName
{
border-color: #C3AFCD;
}
</style>