Shades of Prelude #C0ADCC
Tints of Prelude #C0ADCC
RGB
CMYK
RGB Variations
Color information
#C0ADCC (or 0xC0ADCC) is known color: Prelude. HEX triplet: C0, AD and CC. RGB value is (192,173,204). Sum of RGB (Red+Green+Blue) = 192+173+204=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADCC is #3F5233. Grayscale: #B6B6B6. Windows color (decimal): -4149812 or 13413824. OLE color: 13413824.
HSL color Cylindrical-coordinate representation of color #C0ADCC: hue angle of 276.77º 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 #C0ADCC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 173 | 204 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.2 |
| HSL | 276.77º | 0.23% | 0.74% | - |
| HSV(B) | 276.77º | 0.15% | 0.8% | - |
| XYZ | 47.58 | 45.45 | 63.39 | - |
| YUV | 182.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 204 | 0.06 | 0.15 | 0 | 0.2 | 276.77 | 0.23 | 0.74 |
| Hex | C0 | AD | CC | 6 | F | 0 | 14 | 115 | 17 | 4A |
| Octal | 300 | 255 | 314 | 6 | 17 | 0 | 24 | 425 | 27 | 112 |
| Binary | 11000000 | 10101101 | 11001100 | 110 | 1111 | 0 | 10100 | 100010101 | 10111 | 1001010 |
Color Harmonies of #C0ADCC
Complementary color
Monochromatic Colors of #C0ADCC
Black with #C0ADCC
Text Example
Text Example
White with #C0ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADCC; }
p { color: rgb(192,173,204); }
H1.HeaderClassName
{
color: #C0ADCC;
}
.AnyTagClassName
{
color: #C0ADCC;
}
</style>
background-color css
<style>
a { background-color: #C0ADCC; }
a { background-color: rgb(192,173,204); }
div.DivClassName
{
background-color: #C0ADCC;
}
.BgClassName
{
background-color: #C0ADCC;
}
</style>
border-color css
<style>
span { border-color: #C0ADCC; }
span { border-color: rgb(192,173,204); }
td.TdClassName
{
border-color: #C0ADCC;
}
.TagClassName
{
border-color: #C0ADCC;
}
</style>