Shades of Prelude #C2ADCB
Tints of Prelude #C2ADCB
RGB
CMYK
RGB Variations
Color information
#C2ADCB (or 0xC2ADCB) is known color: Prelude. HEX triplet: C2, AD and CB. RGB value is (194,173,203). Sum of RGB (Red+Green+Blue) = 194+173+203=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADCB is #3D5234. Grayscale: #B6B6B6. Windows color (decimal): -4018741 or 13348290. OLE color: 13348290.
HSL color Cylindrical-coordinate representation of color #C2ADCB: hue angle of 282º 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 #C2ADCB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 173 | 203 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.20 |
| HSL | 282º | 0.22% | 0.74% | - |
| HSV(B) | 282º | 0.15% | 0.8% | - |
| XYZ | 47.97 | 45.67 | 62.79 | - |
| YUV | 182.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 203 | 0.04 | 0.15 | 0 | 0.20 | 282 | 0.22 | 0.74 |
| Hex | C2 | AD | CB | 4 | F | 0 | 14 | 11A | 16 | 4A |
| Octal | 302 | 255 | 313 | 4 | 17 | 0 | 24 | 432 | 26 | 112 |
| Binary | 11000010 | 10101101 | 11001011 | 100 | 1111 | 0 | 10100 | 100011010 | 10110 | 1001010 |
Color Harmonies of #C2ADCB
Complementary color
Monochromatic Colors of #C2ADCB
Black with #C2ADCB
Text Example
Text Example
White with #C2ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADCB; }
p { color: rgb(194,173,203); }
H1.HeaderClassName
{
color: #C2ADCB;
}
.AnyTagClassName
{
color: #C2ADCB;
}
</style>
background-color css
<style>
a { background-color: #C2ADCB; }
a { background-color: rgb(194,173,203); }
div.DivClassName
{
background-color: #C2ADCB;
}
.BgClassName
{
background-color: #C2ADCB;
}
</style>
border-color css
<style>
span { border-color: #C2ADCB; }
span { border-color: rgb(194,173,203); }
td.TdClassName
{
border-color: #C2ADCB;
}
.TagClassName
{
border-color: #C2ADCB;
}
</style>