Shades of Prelude #C4AFCE
Tints of Prelude #C4AFCE
RGB
CMYK
RGB Variations
Color information
#C4AFCE (or 0xC4AFCE) is known color: Prelude. HEX triplet: C4, AF and CE. RGB value is (196,175,206). Sum of RGB (Red+Green+Blue) = 196+175+206=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFCE is #3B5031. Grayscale: #B8B8B8. Windows color (decimal): -3887154 or 13545412. OLE color: 13545412.
HSL color Cylindrical-coordinate representation of color #C4AFCE: hue angle of 280.65º degrees, saturation: 0.24, 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 #C4AFCE is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 175 | 206 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.19 |
| HSL | 280.65º | 0.24% | 0.75% | - |
| HSV(B) | 280.65º | 0.15% | 0.81% | - |
| XYZ | 49.24 | 46.85 | 64.84 | - |
| YUV | 184.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 206 | 0.05 | 0.15 | 0 | 0.19 | 280.65 | 0.24 | 0.75 |
| Hex | C4 | AF | CE | 5 | F | 0 | 13 | 119 | 18 | 4B |
| Octal | 304 | 257 | 316 | 5 | 17 | 0 | 23 | 431 | 30 | 113 |
| Binary | 11000100 | 10101111 | 11001110 | 101 | 1111 | 0 | 10011 | 100011001 | 11000 | 1001011 |
Color Harmonies of #C4AFCE
Complementary color
Monochromatic Colors of #C4AFCE
Black with #C4AFCE
Text Example
Text Example
White with #C4AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFCE; }
p { color: rgb(196,175,206); }
H1.HeaderClassName
{
color: #C4AFCE;
}
.AnyTagClassName
{
color: #C4AFCE;
}
</style>
background-color css
<style>
a { background-color: #C4AFCE; }
a { background-color: rgb(196,175,206); }
div.DivClassName
{
background-color: #C4AFCE;
}
.BgClassName
{
background-color: #C4AFCE;
}
</style>
border-color css
<style>
span { border-color: #C4AFCE; }
span { border-color: rgb(196,175,206); }
td.TdClassName
{
border-color: #C4AFCE;
}
.TagClassName
{
border-color: #C4AFCE;
}
</style>