Shades of Prelude #C2AFC8
Tints of Prelude #C2AFC8
RGB
CMYK
RGB Variations
Color information
#C2AFC8 (or 0xC2AFC8) is known color: Prelude. HEX triplet: C2, AF and C8. RGB value is (194,175,200). Sum of RGB (Red+Green+Blue) = 194+175+200=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 200 - color contains mainly: blue. Hex color #C2AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC8 is #3D5037. Grayscale: #B7B7B7. Windows color (decimal): -4018232 or 13152194. OLE color: 13152194.
HSL color Cylindrical-coordinate representation of color #C2AFC8: hue angle of 285.6º 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 #C2AFC8 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 175 | 200 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.22 |
| HSL | 285.6º | 0.19% | 0.74% | - |
| HSV(B) | 285.6º | 0.13% | 0.78% | - |
| XYZ | 48 | 46.3 | 61.05 | - |
| YUV | 183.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 200 | 0.03 | 0.12 | 0 | 0.22 | 285.6 | 0.19 | 0.74 |
| Hex | C2 | AF | C8 | 3 | C | 0 | 16 | 11E | 13 | 4A |
| Octal | 302 | 257 | 310 | 3 | 14 | 0 | 26 | 436 | 23 | 112 |
| Binary | 11000010 | 10101111 | 11001000 | 11 | 1100 | 0 | 10110 | 100011110 | 10011 | 1001010 |
Color Harmonies of #C2AFC8
Complementary color
Monochromatic Colors of #C2AFC8
Black with #C2AFC8
Text Example
Text Example
White with #C2AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFC8; }
p { color: rgb(194,175,200); }
H1.HeaderClassName
{
color: #C2AFC8;
}
.AnyTagClassName
{
color: #C2AFC8;
}
</style>
background-color css
<style>
a { background-color: #C2AFC8; }
a { background-color: rgb(194,175,200); }
div.DivClassName
{
background-color: #C2AFC8;
}
.BgClassName
{
background-color: #C2AFC8;
}
</style>
border-color css
<style>
span { border-color: #C2AFC8; }
span { border-color: rgb(194,175,200); }
td.TdClassName
{
border-color: #C2AFC8;
}
.TagClassName
{
border-color: #C2AFC8;
}
</style>