Shades of Prelude #C2AFCD
Tints of Prelude #C2AFCD
RGB
CMYK
RGB Variations
Color information
#C2AFCD (or 0xC2AFCD) is known color: Prelude. HEX triplet: C2, AF and CD. RGB value is (194,175,205). Sum of RGB (Red+Green+Blue) = 194+175+205=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFCD is #3D5032. Grayscale: #B8B8B8. Windows color (decimal): -4018227 or 13479874. OLE color: 13479874.
HSL color Cylindrical-coordinate representation of color #C2AFCD: hue angle of 278º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2AFCD is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 175 | 205 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.20 |
| HSL | 278º | 0.23% | 0.75% | - |
| HSV(B) | 278º | 0.15% | 0.8% | - |
| XYZ | 48.6 | 46.54 | 64.18 | - |
| YUV | 184.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 205 | 0.05 | 0.15 | 0 | 0.20 | 278 | 0.23 | 0.75 |
| Hex | C2 | AF | CD | 5 | F | 0 | 14 | 116 | 17 | 4B |
| Octal | 302 | 257 | 315 | 5 | 17 | 0 | 24 | 426 | 27 | 113 |
| Binary | 11000010 | 10101111 | 11001101 | 101 | 1111 | 0 | 10100 | 100010110 | 10111 | 1001011 |
Color Harmonies of #C2AFCD
Complementary color
Monochromatic Colors of #C2AFCD
Black with #C2AFCD
Text Example
Text Example
White with #C2AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFCD; }
p { color: rgb(194,175,205); }
H1.HeaderClassName
{
color: #C2AFCD;
}
.AnyTagClassName
{
color: #C2AFCD;
}
</style>
background-color css
<style>
a { background-color: #C2AFCD; }
a { background-color: rgb(194,175,205); }
div.DivClassName
{
background-color: #C2AFCD;
}
.BgClassName
{
background-color: #C2AFCD;
}
</style>
border-color css
<style>
span { border-color: #C2AFCD; }
span { border-color: rgb(194,175,205); }
td.TdClassName
{
border-color: #C2AFCD;
}
.TagClassName
{
border-color: #C2AFCD;
}
</style>