Shades of Prelude #C5ADCB
Tints of Prelude #C5ADCB
RGB
CMYK
RGB Variations
Color information
#C5ADCB (or 0xC5ADCB) is known color: Prelude. HEX triplet: C5, AD and CB. RGB value is (197,173,203). Sum of RGB (Red+Green+Blue) = 197+173+203=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADCB is #3A5234. Grayscale: #B7B7B7. Windows color (decimal): -3822133 or 13348293. OLE color: 13348293.
HSL color Cylindrical-coordinate representation of color #C5ADCB: hue angle of 288º degrees, saturation: 0.22, 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 #C5ADCB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 173 | 203 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.20 |
| HSL | 288º | 0.22% | 0.74% | - |
| HSV(B) | 288º | 0.15% | 0.8% | - |
| XYZ | 48.75 | 46.07 | 62.82 | - |
| YUV | 183.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 203 | 0.03 | 0.15 | 0 | 0.20 | 288 | 0.22 | 0.74 |
| Hex | C5 | AD | CB | 3 | F | 0 | 14 | 120 | 16 | 4A |
| Octal | 305 | 255 | 313 | 3 | 17 | 0 | 24 | 440 | 26 | 112 |
| Binary | 11000101 | 10101101 | 11001011 | 11 | 1111 | 0 | 10100 | 100100000 | 10110 | 1001010 |
Color Harmonies of #C5ADCB
Complementary color
Monochromatic Colors of #C5ADCB
Black with #C5ADCB
Text Example
Text Example
White with #C5ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADCB; }
p { color: rgb(197,173,203); }
H1.HeaderClassName
{
color: #C5ADCB;
}
.AnyTagClassName
{
color: #C5ADCB;
}
</style>
background-color css
<style>
a { background-color: #C5ADCB; }
a { background-color: rgb(197,173,203); }
div.DivClassName
{
background-color: #C5ADCB;
}
.BgClassName
{
background-color: #C5ADCB;
}
</style>
border-color css
<style>
span { border-color: #C5ADCB; }
span { border-color: rgb(197,173,203); }
td.TdClassName
{
border-color: #C5ADCB;
}
.TagClassName
{
border-color: #C5ADCB;
}
</style>