Shades of Prelude #C4ADCB
Tints of Prelude #C4ADCB
RGB
CMYK
RGB Variations
Color information
#C4ADCB (or 0xC4ADCB) is known color: Prelude. HEX triplet: C4, AD and CB. RGB value is (196,173,203). Sum of RGB (Red+Green+Blue) = 196+173+203=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADCB is #3B5234. Grayscale: #B7B7B7. Windows color (decimal): -3887669 or 13348292. OLE color: 13348292.
HSL color Cylindrical-coordinate representation of color #C4ADCB: hue angle of 286º 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 #C4ADCB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 173 | 203 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.20 |
| HSL | 286º | 0.22% | 0.74% | - |
| HSV(B) | 286º | 0.15% | 0.8% | - |
| XYZ | 48.49 | 45.93 | 62.81 | - |
| YUV | 183.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 203 | 0.03 | 0.15 | 0 | 0.20 | 286 | 0.22 | 0.74 |
| Hex | C4 | AD | CB | 3 | F | 0 | 14 | 11E | 16 | 4A |
| Octal | 304 | 255 | 313 | 3 | 17 | 0 | 24 | 436 | 26 | 112 |
| Binary | 11000100 | 10101101 | 11001011 | 11 | 1111 | 0 | 10100 | 100011110 | 10110 | 1001010 |
Color Harmonies of #C4ADCB
Complementary color
Monochromatic Colors of #C4ADCB
Black with #C4ADCB
Text Example
Text Example
White with #C4ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADCB; }
p { color: rgb(196,173,203); }
H1.HeaderClassName
{
color: #C4ADCB;
}
.AnyTagClassName
{
color: #C4ADCB;
}
</style>
background-color css
<style>
a { background-color: #C4ADCB; }
a { background-color: rgb(196,173,203); }
div.DivClassName
{
background-color: #C4ADCB;
}
.BgClassName
{
background-color: #C4ADCB;
}
</style>
border-color css
<style>
span { border-color: #C4ADCB; }
span { border-color: rgb(196,173,203); }
td.TdClassName
{
border-color: #C4ADCB;
}
.TagClassName
{
border-color: #C4ADCB;
}
</style>