Shades of Prelude #C2ADCD
Tints of Prelude #C2ADCD
RGB
CMYK
RGB Variations
Color information
#C2ADCD (or 0xC2ADCD) is known color: Prelude. HEX triplet: C2, AD and CD. RGB value is (194,173,205). Sum of RGB (Red+Green+Blue) = 194+173+205=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADCD is #3D5232. Grayscale: #B6B6B6. Windows color (decimal): -4018739 or 13479362. OLE color: 13479362.
HSL color Cylindrical-coordinate representation of color #C2ADCD: hue angle of 279.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2ADCD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 173 | 205 | - |
CMYK | 0.05 | 0.16 | 0 | 0.20 |
HSL | 279.38º | 0.24% | 0.74% | - |
HSV(B) | 279.38º | 0.16% | 0.8% | - |
XYZ | 48.21 | 45.76 | 64.05 | - |
YUV | 182.93 | 140.46 | 135.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 205 | 0.05 | 0.16 | 0 | 0.20 | 279.38 | 0.24 | 0.74 |
Hex | C2 | AD | CD | 5 | 10 | 0 | 14 | 117 | 18 | 4A |
Octal | 302 | 255 | 315 | 5 | 20 | 0 | 24 | 427 | 30 | 112 |
Binary | 11000010 | 10101101 | 11001101 | 101 | 10000 | 0 | 10100 | 100010111 | 11000 | 1001010 |
Color Harmonies of #C2ADCD
Complementary color
Monochromatic Colors of #C2ADCD
Black with #C2ADCD
Text Example
Text Example
White with #C2ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADCD; }
p { color: rgb(194,173,205); }
H1.HeaderClassName
{
color: #C2ADCD;
}
.AnyTagClassName
{
color: #C2ADCD;
}
</style>
background-color css
<style>
a { background-color: #C2ADCD; }
a { background-color: rgb(194,173,205); }
div.DivClassName
{
background-color: #C2ADCD;
}
.BgClassName
{
background-color: #C2ADCD;
}
</style>
border-color css
<style>
span { border-color: #C2ADCD; }
span { border-color: rgb(194,173,205); }
td.TdClassName
{
border-color: #C2ADCD;
}
.TagClassName
{
border-color: #C2ADCD;
}
</style>