Shades of Prelude #C2ADCE
Tints of Prelude #C2ADCE
RGB
CMYK
RGB Variations
Color information
#C2ADCE (or 0xC2ADCE) is known color: Prelude. HEX triplet: C2, AD and CE. RGB value is (194,173,206). Sum of RGB (Red+Green+Blue) = 194+173+206=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADCE is #3D5231. Grayscale: #B6B6B6. Windows color (decimal): -4018738 or 13544898. OLE color: 13544898.
HSL color Cylindrical-coordinate representation of color #C2ADCE: hue angle of 278.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2ADCE is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 173 | 206 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.19 |
| HSL | 278.18º | 0.25% | 0.74% | - |
| HSV(B) | 278.18º | 0.16% | 0.81% | - |
| XYZ | 48.33 | 45.81 | 64.69 | - |
| YUV | 183.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 206 | 0.06 | 0.16 | 0 | 0.19 | 278.18 | 0.25 | 0.74 |
| Hex | C2 | AD | CE | 6 | 10 | 0 | 13 | 116 | 19 | 4A |
| Octal | 302 | 255 | 316 | 6 | 20 | 0 | 23 | 426 | 31 | 112 |
| Binary | 11000010 | 10101101 | 11001110 | 110 | 10000 | 0 | 10011 | 100010110 | 11001 | 1001010 |
Color Harmonies of #C2ADCE
Complementary color
Monochromatic Colors of #C2ADCE
Black with #C2ADCE
Text Example
Text Example
White with #C2ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADCE; }
p { color: rgb(194,173,206); }
H1.HeaderClassName
{
color: #C2ADCE;
}
.AnyTagClassName
{
color: #C2ADCE;
}
</style>
background-color css
<style>
a { background-color: #C2ADCE; }
a { background-color: rgb(194,173,206); }
div.DivClassName
{
background-color: #C2ADCE;
}
.BgClassName
{
background-color: #C2ADCE;
}
</style>
border-color css
<style>
span { border-color: #C2ADCE; }
span { border-color: rgb(194,173,206); }
td.TdClassName
{
border-color: #C2ADCE;
}
.TagClassName
{
border-color: #C2ADCE;
}
</style>