Shades of Prelude #C4AFCD
Tints of Prelude #C4AFCD
RGB
CMYK
RGB Variations
Color information
#C4AFCD (or 0xC4AFCD) is known color: Prelude. HEX triplet: C4, AF and CD. RGB value is (196,175,205). Sum of RGB (Red+Green+Blue) = 196+175+205=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFCD is #3B5032. Grayscale: #B8B8B8. Windows color (decimal): -3887155 or 13479876. OLE color: 13479876.
HSL color Cylindrical-coordinate representation of color #C4AFCD: hue angle of 282º 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 #C4AFCD is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 175 | 205 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.20 |
| HSL | 282º | 0.23% | 0.75% | - |
| HSV(B) | 282º | 0.15% | 0.8% | - |
| XYZ | 49.11 | 46.8 | 64.2 | - |
| YUV | 184.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 205 | 0.04 | 0.15 | 0 | 0.20 | 282 | 0.23 | 0.75 |
| Hex | C4 | AF | CD | 4 | F | 0 | 14 | 11A | 17 | 4B |
| Octal | 304 | 257 | 315 | 4 | 17 | 0 | 24 | 432 | 27 | 113 |
| Binary | 11000100 | 10101111 | 11001101 | 100 | 1111 | 0 | 10100 | 100011010 | 10111 | 1001011 |
Color Harmonies of #C4AFCD
Complementary color
Monochromatic Colors of #C4AFCD
Black with #C4AFCD
Text Example
Text Example
White with #C4AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFCD; }
p { color: rgb(196,175,205); }
H1.HeaderClassName
{
color: #C4AFCD;
}
.AnyTagClassName
{
color: #C4AFCD;
}
</style>
background-color css
<style>
a { background-color: #C4AFCD; }
a { background-color: rgb(196,175,205); }
div.DivClassName
{
background-color: #C4AFCD;
}
.BgClassName
{
background-color: #C4AFCD;
}
</style>
border-color css
<style>
span { border-color: #C4AFCD; }
span { border-color: rgb(196,175,205); }
td.TdClassName
{
border-color: #C4AFCD;
}
.TagClassName
{
border-color: #C4AFCD;
}
</style>