Shades of Prelude #C2AFC9
Tints of Prelude #C2AFC9
RGB
CMYK
RGB Variations
Color information
#C2AFC9 (or 0xC2AFC9) is known color: Prelude. HEX triplet: C2, AF and C9. RGB value is (194,175,201). Sum of RGB (Red+Green+Blue) = 194+175+201=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #C2AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC9 is #3D5036. Grayscale: #B7B7B7. Windows color (decimal): -4018231 or 13217730. OLE color: 13217730.
HSL color Cylindrical-coordinate representation of color #C2AFC9: hue angle of 283.85º degrees, saturation: 0.19, 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 #C2AFC9 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 194 | 175 | 201 | - |
CMYK | 0.03 | 0.13 | 0 | 0.21 |
HSL | 283.85º | 0.19% | 0.74% | - |
HSV(B) | 283.85º | 0.13% | 0.79% | - |
XYZ | 48.12 | 46.35 | 61.67 | - |
YUV | 183.65 | 137.79 | 135.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 175 | 201 | 0.03 | 0.13 | 0 | 0.21 | 283.85 | 0.19 | 0.74 |
Hex | C2 | AF | C9 | 3 | D | 0 | 15 | 11C | 13 | 4A |
Octal | 302 | 257 | 311 | 3 | 15 | 0 | 25 | 434 | 23 | 112 |
Binary | 11000010 | 10101111 | 11001001 | 11 | 1101 | 0 | 10101 | 100011100 | 10011 | 1001010 |
Color Harmonies of #C2AFC9
Complementary color
Monochromatic Colors of #C2AFC9
Black with #C2AFC9
Text Example
Text Example
White with #C2AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFC9; }
p { color: rgb(194,175,201); }
H1.HeaderClassName
{
color: #C2AFC9;
}
.AnyTagClassName
{
color: #C2AFC9;
}
</style>
background-color css
<style>
a { background-color: #C2AFC9; }
a { background-color: rgb(194,175,201); }
div.DivClassName
{
background-color: #C2AFC9;
}
.BgClassName
{
background-color: #C2AFC9;
}
</style>
border-color css
<style>
span { border-color: #C2AFC9; }
span { border-color: rgb(194,175,201); }
td.TdClassName
{
border-color: #C2AFC9;
}
.TagClassName
{
border-color: #C2AFC9;
}
</style>