Shades of Prelude #C2ADCC
Tints of Prelude #C2ADCC
RGB
CMYK
RGB Variations
Color information
#C2ADCC (or 0xC2ADCC) is known color: Prelude. HEX triplet: C2, AD and CC. RGB value is (194,173,204). Sum of RGB (Red+Green+Blue) = 194+173+204=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADCC is #3D5233. Grayscale: #B6B6B6. Windows color (decimal): -4018740 or 13413826. OLE color: 13413826.
HSL color Cylindrical-coordinate representation of color #C2ADCC: hue angle of 280.65º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2ADCC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 173 | 204 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.2 |
| HSL | 280.65º | 0.23% | 0.74% | - |
| HSV(B) | 280.65º | 0.15% | 0.8% | - |
| XYZ | 48.09 | 45.72 | 63.42 | - |
| YUV | 182.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 204 | 0.05 | 0.15 | 0 | 0.2 | 280.65 | 0.23 | 0.74 |
| Hex | C2 | AD | CC | 5 | F | 0 | 14 | 119 | 17 | 4A |
| Octal | 302 | 255 | 314 | 5 | 17 | 0 | 24 | 431 | 27 | 112 |
| Binary | 11000010 | 10101101 | 11001100 | 101 | 1111 | 0 | 10100 | 100011001 | 10111 | 1001010 |
Color Harmonies of #C2ADCC
Complementary color
Monochromatic Colors of #C2ADCC
Black with #C2ADCC
Text Example
Text Example
White with #C2ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADCC; }
p { color: rgb(194,173,204); }
H1.HeaderClassName
{
color: #C2ADCC;
}
.AnyTagClassName
{
color: #C2ADCC;
}
</style>
background-color css
<style>
a { background-color: #C2ADCC; }
a { background-color: rgb(194,173,204); }
div.DivClassName
{
background-color: #C2ADCC;
}
.BgClassName
{
background-color: #C2ADCC;
}
</style>
border-color css
<style>
span { border-color: #C2ADCC; }
span { border-color: rgb(194,173,204); }
td.TdClassName
{
border-color: #C2ADCC;
}
.TagClassName
{
border-color: #C2ADCC;
}
</style>