Shades of Prelude #C1ADCC
Tints of Prelude #C1ADCC
RGB
CMYK
RGB Variations
Color information
#C1ADCC (or 0xC1ADCC) is known color: Prelude. HEX triplet: C1, AD and CC. RGB value is (193,173,204). Sum of RGB (Red+Green+Blue) = 193+173+204=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADCC is #3E5233. Grayscale: #B6B6B6. Windows color (decimal): -4084276 or 13413825. OLE color: 13413825.
HSL color Cylindrical-coordinate representation of color #C1ADCC: hue angle of 278.71º 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 #C1ADCC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 173 | 204 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.2 |
| HSL | 278.71º | 0.23% | 0.74% | - |
| HSV(B) | 278.71º | 0.15% | 0.8% | - |
| XYZ | 47.83 | 45.58 | 63.4 | - |
| YUV | 182.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 204 | 0.05 | 0.15 | 0 | 0.2 | 278.71 | 0.23 | 0.74 |
| Hex | C1 | AD | CC | 5 | F | 0 | 14 | 117 | 17 | 4A |
| Octal | 301 | 255 | 314 | 5 | 17 | 0 | 24 | 427 | 27 | 112 |
| Binary | 11000001 | 10101101 | 11001100 | 101 | 1111 | 0 | 10100 | 100010111 | 10111 | 1001010 |
Color Harmonies of #C1ADCC
Complementary color
Monochromatic Colors of #C1ADCC
Black with #C1ADCC
Text Example
Text Example
White with #C1ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADCC; }
p { color: rgb(193,173,204); }
H1.HeaderClassName
{
color: #C1ADCC;
}
.AnyTagClassName
{
color: #C1ADCC;
}
</style>
background-color css
<style>
a { background-color: #C1ADCC; }
a { background-color: rgb(193,173,204); }
div.DivClassName
{
background-color: #C1ADCC;
}
.BgClassName
{
background-color: #C1ADCC;
}
</style>
border-color css
<style>
span { border-color: #C1ADCC; }
span { border-color: rgb(193,173,204); }
td.TdClassName
{
border-color: #C1ADCC;
}
.TagClassName
{
border-color: #C1ADCC;
}
</style>