Shades of Prelude #C1AFCE
Tints of Prelude #C1AFCE
RGB
CMYK
RGB Variations
Color information
#C1AFCE (or 0xC1AFCE) is known color: Prelude. HEX triplet: C1, AF and CE. RGB value is (193,175,206). Sum of RGB (Red+Green+Blue) = 193+175+206=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFCE is #3E5031. Grayscale: #B7B7B7. Windows color (decimal): -4083762 or 13545409. OLE color: 13545409.
HSL color Cylindrical-coordinate representation of color #C1AFCE: hue angle of 274.84º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1AFCE is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 175 | 206 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.19 |
| HSL | 274.84º | 0.24% | 0.75% | - |
| HSV(B) | 274.84º | 0.15% | 0.81% | - |
| XYZ | 48.46 | 46.45 | 64.8 | - |
| YUV | 183.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 206 | 0.06 | 0.15 | 0 | 0.19 | 274.84 | 0.24 | 0.75 |
| Hex | C1 | AF | CE | 6 | F | 0 | 13 | 113 | 18 | 4B |
| Octal | 301 | 257 | 316 | 6 | 17 | 0 | 23 | 423 | 30 | 113 |
| Binary | 11000001 | 10101111 | 11001110 | 110 | 1111 | 0 | 10011 | 100010011 | 11000 | 1001011 |
Color Harmonies of #C1AFCE
Complementary color
Monochromatic Colors of #C1AFCE
Black with #C1AFCE
Text Example
Text Example
White with #C1AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFCE; }
p { color: rgb(193,175,206); }
H1.HeaderClassName
{
color: #C1AFCE;
}
.AnyTagClassName
{
color: #C1AFCE;
}
</style>
background-color css
<style>
a { background-color: #C1AFCE; }
a { background-color: rgb(193,175,206); }
div.DivClassName
{
background-color: #C1AFCE;
}
.BgClassName
{
background-color: #C1AFCE;
}
</style>
border-color css
<style>
span { border-color: #C1AFCE; }
span { border-color: rgb(193,175,206); }
td.TdClassName
{
border-color: #C1AFCE;
}
.TagClassName
{
border-color: #C1AFCE;
}
</style>