Shades of Prelude #C4ADD2
Tints of Prelude #C4ADD2
RGB
CMYK
RGB Variations
Color information
#C4ADD2 (or 0xC4ADD2) is known color: Prelude. HEX triplet: C4, AD and D2. RGB value is (196,173,210). Sum of RGB (Red+Green+Blue) = 196+173+210=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 210 - color contains mainly: blue. Hex color #C4ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADD2 is #3B522D. Grayscale: #B7B7B7. Windows color (decimal): -3887662 or 13807044. OLE color: 13807044.
HSL color Cylindrical-coordinate representation of color #C4ADD2: hue angle of 277.3º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4ADD2 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 173 | 210 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.18 |
| HSL | 277.3º | 0.29% | 0.75% | - |
| HSV(B) | 277.3º | 0.18% | 0.82% | - |
| XYZ | 49.34 | 46.28 | 67.3 | - |
| YUV | 184.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 210 | 0.07 | 0.18 | 0 | 0.18 | 277.3 | 0.29 | 0.75 |
| Hex | C4 | AD | D2 | 7 | 12 | 0 | 12 | 115 | 1D | 4B |
| Octal | 304 | 255 | 322 | 7 | 22 | 0 | 22 | 425 | 35 | 113 |
| Binary | 11000100 | 10101101 | 11010010 | 111 | 10010 | 0 | 10010 | 100010101 | 11101 | 1001011 |
Color Harmonies of #C4ADD2
Complementary color
Monochromatic Colors of #C4ADD2
Black with #C4ADD2
Text Example
Text Example
White with #C4ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADD2; }
p { color: rgb(196,173,210); }
H1.HeaderClassName
{
color: #C4ADD2;
}
.AnyTagClassName
{
color: #C4ADD2;
}
</style>
background-color css
<style>
a { background-color: #C4ADD2; }
a { background-color: rgb(196,173,210); }
div.DivClassName
{
background-color: #C4ADD2;
}
.BgClassName
{
background-color: #C4ADD2;
}
</style>
border-color css
<style>
span { border-color: #C4ADD2; }
span { border-color: rgb(196,173,210); }
td.TdClassName
{
border-color: #C4ADD2;
}
.TagClassName
{
border-color: #C4ADD2;
}
</style>