Shades of Prelude #C1AFCA
Tints of Prelude #C1AFCA
RGB
CMYK
RGB Variations
Color information
#C1AFCA (or 0xC1AFCA) is known color: Prelude. HEX triplet: C1, AF and CA. RGB value is (193,175,202). Sum of RGB (Red+Green+Blue) = 193+175+202=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFCA is #3E5035. Grayscale: #B7B7B7. Windows color (decimal): -4083766 or 13283265. OLE color: 13283265.
HSL color Cylindrical-coordinate representation of color #C1AFCA: hue angle of 280º degrees, saturation: 0.2, 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 #C1AFCA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 175 | 202 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.21 |
| HSL | 280º | 0.2% | 0.74% | - |
| HSV(B) | 280º | 0.13% | 0.79% | - |
| XYZ | 47.98 | 46.26 | 62.28 | - |
| YUV | 183.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 202 | 0.04 | 0.13 | 0 | 0.21 | 280 | 0.2 | 0.74 |
| Hex | C1 | AF | CA | 4 | D | 0 | 15 | 118 | 14 | 4A |
| Octal | 301 | 257 | 312 | 4 | 15 | 0 | 25 | 430 | 24 | 112 |
| Binary | 11000001 | 10101111 | 11001010 | 100 | 1101 | 0 | 10101 | 100011000 | 10100 | 1001010 |
Color Harmonies of #C1AFCA
Complementary color
Monochromatic Colors of #C1AFCA
Black with #C1AFCA
Text Example
Text Example
White with #C1AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFCA; }
p { color: rgb(193,175,202); }
H1.HeaderClassName
{
color: #C1AFCA;
}
.AnyTagClassName
{
color: #C1AFCA;
}
</style>
background-color css
<style>
a { background-color: #C1AFCA; }
a { background-color: rgb(193,175,202); }
div.DivClassName
{
background-color: #C1AFCA;
}
.BgClassName
{
background-color: #C1AFCA;
}
</style>
border-color css
<style>
span { border-color: #C1AFCA; }
span { border-color: rgb(193,175,202); }
td.TdClassName
{
border-color: #C1AFCA;
}
.TagClassName
{
border-color: #C1AFCA;
}
</style>