Shades of Prelude #C6ADD2
Tints of Prelude #C6ADD2
RGB
CMYK
RGB Variations
Color information
#C6ADD2 (or 0xC6ADD2) is known color: Prelude. HEX triplet: C6, AD and D2. RGB value is (198,173,210). Sum of RGB (Red+Green+Blue) = 198+173+210=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 210 - color contains mainly: blue. Hex color #C6ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADD2 is #39522D. Grayscale: #B8B8B8. Windows color (decimal): -3756590 or 13807046. OLE color: 13807046.
HSL color Cylindrical-coordinate representation of color #C6ADD2: hue angle of 280.54º 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 #C6ADD2 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 173 | 210 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.18 |
| HSL | 280.54º | 0.29% | 0.75% | - |
| HSV(B) | 280.54º | 0.18% | 0.82% | - |
| XYZ | 49.87 | 46.55 | 67.33 | - |
| YUV | 184.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 210 | 0.06 | 0.18 | 0 | 0.18 | 280.54 | 0.29 | 0.75 |
| Hex | C6 | AD | D2 | 6 | 12 | 0 | 12 | 119 | 1D | 4B |
| Octal | 306 | 255 | 322 | 6 | 22 | 0 | 22 | 431 | 35 | 113 |
| Binary | 11000110 | 10101101 | 11010010 | 110 | 10010 | 0 | 10010 | 100011001 | 11101 | 1001011 |
Color Harmonies of #C6ADD2
Complementary color
Monochromatic Colors of #C6ADD2
Black with #C6ADD2
Text Example
Text Example
White with #C6ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADD2; }
p { color: rgb(198,173,210); }
H1.HeaderClassName
{
color: #C6ADD2;
}
.AnyTagClassName
{
color: #C6ADD2;
}
</style>
background-color css
<style>
a { background-color: #C6ADD2; }
a { background-color: rgb(198,173,210); }
div.DivClassName
{
background-color: #C6ADD2;
}
.BgClassName
{
background-color: #C6ADD2;
}
</style>
border-color css
<style>
span { border-color: #C6ADD2; }
span { border-color: rgb(198,173,210); }
td.TdClassName
{
border-color: #C6ADD2;
}
.TagClassName
{
border-color: #C6ADD2;
}
</style>