Shades of Prelude #C2ADCF
Tints of Prelude #C2ADCF
RGB
CMYK
RGB Variations
Color information
#C2ADCF (or 0xC2ADCF) is known color: Prelude. HEX triplet: C2, AD and CF. RGB value is (194,173,207). Sum of RGB (Red+Green+Blue) = 194+173+207=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADCF is #3D5230. Grayscale: #B7B7B7. Windows color (decimal): -4018737 or 13610434. OLE color: 13610434.
HSL color Cylindrical-coordinate representation of color #C2ADCF: hue angle of 277.06º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2ADCF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 173 | 207 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.19 |
| HSL | 277.06º | 0.26% | 0.75% | - |
| HSV(B) | 277.06º | 0.16% | 0.81% | - |
| XYZ | 48.45 | 45.86 | 65.33 | - |
| YUV | 183.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 207 | 0.06 | 0.16 | 0 | 0.19 | 277.06 | 0.26 | 0.75 |
| Hex | C2 | AD | CF | 6 | 10 | 0 | 13 | 115 | 1A | 4B |
| Octal | 302 | 255 | 317 | 6 | 20 | 0 | 23 | 425 | 32 | 113 |
| Binary | 11000010 | 10101101 | 11001111 | 110 | 10000 | 0 | 10011 | 100010101 | 11010 | 1001011 |
Color Harmonies of #C2ADCF
Complementary color
Monochromatic Colors of #C2ADCF
Black with #C2ADCF
Text Example
Text Example
White with #C2ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADCF; }
p { color: rgb(194,173,207); }
H1.HeaderClassName
{
color: #C2ADCF;
}
.AnyTagClassName
{
color: #C2ADCF;
}
</style>
background-color css
<style>
a { background-color: #C2ADCF; }
a { background-color: rgb(194,173,207); }
div.DivClassName
{
background-color: #C2ADCF;
}
.BgClassName
{
background-color: #C2ADCF;
}
</style>
border-color css
<style>
span { border-color: #C2ADCF; }
span { border-color: rgb(194,173,207); }
td.TdClassName
{
border-color: #C2ADCF;
}
.TagClassName
{
border-color: #C2ADCF;
}
</style>