Shades of Prelude #C2AFCF
Tints of Prelude #C2AFCF
RGB
CMYK
RGB Variations
Color information
#C2AFCF (or 0xC2AFCF) is known color: Prelude. HEX triplet: C2, AF and CF. RGB value is (194,175,207). Sum of RGB (Red+Green+Blue) = 194+175+207=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFCF is #3D5030. Grayscale: #B8B8B8. Windows color (decimal): -4018225 or 13610946. OLE color: 13610946.
HSL color Cylindrical-coordinate representation of color #C2AFCF: hue angle of 275.62º degrees, saturation: 0.25, 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 #C2AFCF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 175 | 207 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.19 |
| HSL | 275.63º | 0.25% | 0.75% | - |
| HSV(B) | 275.63º | 0.15% | 0.81% | - |
| XYZ | 48.84 | 46.63 | 65.46 | - |
| YUV | 184.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 207 | 0.06 | 0.15 | 0 | 0.19 | 275.63 | 0.25 | 0.75 |
| Hex | C2 | AF | CF | 6 | F | 0 | 13 | 114 | 19 | 4B |
| Octal | 302 | 257 | 317 | 6 | 17 | 0 | 23 | 424 | 31 | 113 |
| Binary | 11000010 | 10101111 | 11001111 | 110 | 1111 | 0 | 10011 | 100010100 | 11001 | 1001011 |
Color Harmonies of #C2AFCF
Complementary color
Monochromatic Colors of #C2AFCF
Black with #C2AFCF
Text Example
Text Example
White with #C2AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFCF; }
p { color: rgb(194,175,207); }
H1.HeaderClassName
{
color: #C2AFCF;
}
.AnyTagClassName
{
color: #C2AFCF;
}
</style>
background-color css
<style>
a { background-color: #C2AFCF; }
a { background-color: rgb(194,175,207); }
div.DivClassName
{
background-color: #C2AFCF;
}
.BgClassName
{
background-color: #C2AFCF;
}
</style>
border-color css
<style>
span { border-color: #C2AFCF; }
span { border-color: rgb(194,175,207); }
td.TdClassName
{
border-color: #C2AFCF;
}
.TagClassName
{
border-color: #C2AFCF;
}
</style>