Shades of Prelude #C3ADCC
Tints of Prelude #C3ADCC
RGB
CMYK
RGB Variations
Color information
#C3ADCC (or 0xC3ADCC) is known color: Prelude. HEX triplet: C3, AD and CC. RGB value is (195,173,204). Sum of RGB (Red+Green+Blue) = 195+173+204=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADCC is #3C5233. Grayscale: #B7B7B7. Windows color (decimal): -3953204 or 13413827. OLE color: 13413827.
HSL color Cylindrical-coordinate representation of color #C3ADCC: hue angle of 282.58º 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 #C3ADCC is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 173 | 204 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.2 |
| HSL | 282.58º | 0.23% | 0.74% | - |
| HSV(B) | 282.58º | 0.15% | 0.8% | - |
| XYZ | 48.35 | 45.85 | 63.43 | - |
| YUV | 183.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 204 | 0.04 | 0.15 | 0 | 0.2 | 282.58 | 0.23 | 0.74 |
| Hex | C3 | AD | CC | 4 | F | 0 | 14 | 11B | 17 | 4A |
| Octal | 303 | 255 | 314 | 4 | 17 | 0 | 24 | 433 | 27 | 112 |
| Binary | 11000011 | 10101101 | 11001100 | 100 | 1111 | 0 | 10100 | 100011011 | 10111 | 1001010 |
Color Harmonies of #C3ADCC
Complementary color
Monochromatic Colors of #C3ADCC
Black with #C3ADCC
Text Example
Text Example
White with #C3ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADCC; }
p { color: rgb(195,173,204); }
H1.HeaderClassName
{
color: #C3ADCC;
}
.AnyTagClassName
{
color: #C3ADCC;
}
</style>
background-color css
<style>
a { background-color: #C3ADCC; }
a { background-color: rgb(195,173,204); }
div.DivClassName
{
background-color: #C3ADCC;
}
.BgClassName
{
background-color: #C3ADCC;
}
</style>
border-color css
<style>
span { border-color: #C3ADCC; }
span { border-color: rgb(195,173,204); }
td.TdClassName
{
border-color: #C3ADCC;
}
.TagClassName
{
border-color: #C3ADCC;
}
</style>