Shades of Prelude #C3AFC8
Tints of Prelude #C3AFC8
RGB
CMYK
RGB Variations
Color information
#C3AFC8 (or 0xC3AFC8) is known color: Prelude. HEX triplet: C3, AF and C8. RGB value is (195,175,200). Sum of RGB (Red+Green+Blue) = 195+175+200=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 200 - color contains mainly: blue. Hex color #C3AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFC8 is #3C5037. Grayscale: #B7B7B7. Windows color (decimal): -3952696 or 13152195. OLE color: 13152195.
HSL color Cylindrical-coordinate representation of color #C3AFC8: hue angle of 288º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3AFC8 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 175 | 200 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.22 |
| HSL | 288º | 0.19% | 0.74% | - |
| HSV(B) | 288º | 0.13% | 0.78% | - |
| XYZ | 48.26 | 46.43 | 61.06 | - |
| YUV | 183.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 200 | 0.02 | 0.12 | 0 | 0.22 | 288 | 0.19 | 0.74 |
| Hex | C3 | AF | C8 | 2 | C | 0 | 16 | 120 | 13 | 4A |
| Octal | 303 | 257 | 310 | 2 | 14 | 0 | 26 | 440 | 23 | 112 |
| Binary | 11000011 | 10101111 | 11001000 | 10 | 1100 | 0 | 10110 | 100100000 | 10011 | 1001010 |
Color Harmonies of #C3AFC8
Complementary color
Monochromatic Colors of #C3AFC8
Black with #C3AFC8
Text Example
Text Example
White with #C3AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFC8; }
p { color: rgb(195,175,200); }
H1.HeaderClassName
{
color: #C3AFC8;
}
.AnyTagClassName
{
color: #C3AFC8;
}
</style>
background-color css
<style>
a { background-color: #C3AFC8; }
a { background-color: rgb(195,175,200); }
div.DivClassName
{
background-color: #C3AFC8;
}
.BgClassName
{
background-color: #C3AFC8;
}
</style>
border-color css
<style>
span { border-color: #C3AFC8; }
span { border-color: rgb(195,175,200); }
td.TdClassName
{
border-color: #C3AFC8;
}
.TagClassName
{
border-color: #C3AFC8;
}
</style>