Shades of Prelude #C1AFC8
Tints of Prelude #C1AFC8
RGB
CMYK
RGB Variations
Color information
#C1AFC8 (or 0xC1AFC8) is known color: Prelude. HEX triplet: C1, AF and C8. RGB value is (193,175,200). Sum of RGB (Red+Green+Blue) = 193+175+200=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 200 - color contains mainly: blue. Hex color #C1AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFC8 is #3E5037. Grayscale: #B7B7B7. Windows color (decimal): -4083768 or 13152193. OLE color: 13152193.
HSL color Cylindrical-coordinate representation of color #C1AFC8: hue angle of 283.2º 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 #C1AFC8 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 175 | 200 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.22 |
| HSL | 283.2º | 0.19% | 0.74% | - |
| HSV(B) | 283.2º | 0.13% | 0.78% | - |
| XYZ | 47.75 | 46.17 | 61.04 | - |
| YUV | 183.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 200 | 0.04 | 0.12 | 0 | 0.22 | 283.2 | 0.19 | 0.74 |
| Hex | C1 | AF | C8 | 4 | C | 0 | 16 | 11B | 13 | 4A |
| Octal | 301 | 257 | 310 | 4 | 14 | 0 | 26 | 433 | 23 | 112 |
| Binary | 11000001 | 10101111 | 11001000 | 100 | 1100 | 0 | 10110 | 100011011 | 10011 | 1001010 |
Color Harmonies of #C1AFC8
Complementary color
Monochromatic Colors of #C1AFC8
Black with #C1AFC8
Text Example
Text Example
White with #C1AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFC8; }
p { color: rgb(193,175,200); }
H1.HeaderClassName
{
color: #C1AFC8;
}
.AnyTagClassName
{
color: #C1AFC8;
}
</style>
background-color css
<style>
a { background-color: #C1AFC8; }
a { background-color: rgb(193,175,200); }
div.DivClassName
{
background-color: #C1AFC8;
}
.BgClassName
{
background-color: #C1AFC8;
}
</style>
border-color css
<style>
span { border-color: #C1AFC8; }
span { border-color: rgb(193,175,200); }
td.TdClassName
{
border-color: #C1AFC8;
}
.TagClassName
{
border-color: #C1AFC8;
}
</style>