Shades of Prelude #C3ADCF
Tints of Prelude #C3ADCF
RGB
CMYK
RGB Variations
Color information
#C3ADCF (or 0xC3ADCF) is known color: Prelude. HEX triplet: C3, AD and CF. RGB value is (195,173,207). Sum of RGB (Red+Green+Blue) = 195+173+207=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADCF is #3C5230. Grayscale: #B7B7B7. Windows color (decimal): -3953201 or 13610435. OLE color: 13610435.
HSL color Cylindrical-coordinate representation of color #C3ADCF: hue angle of 278.82º 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 #C3ADCF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 173 | 207 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.19 |
| HSL | 278.82º | 0.26% | 0.75% | - |
| HSV(B) | 278.82º | 0.16% | 0.81% | - |
| XYZ | 48.71 | 45.99 | 65.34 | - |
| YUV | 183.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 207 | 0.06 | 0.16 | 0 | 0.19 | 278.82 | 0.26 | 0.75 |
| Hex | C3 | AD | CF | 6 | 10 | 0 | 13 | 117 | 1A | 4B |
| Octal | 303 | 255 | 317 | 6 | 20 | 0 | 23 | 427 | 32 | 113 |
| Binary | 11000011 | 10101101 | 11001111 | 110 | 10000 | 0 | 10011 | 100010111 | 11010 | 1001011 |
Color Harmonies of #C3ADCF
Complementary color
Monochromatic Colors of #C3ADCF
Black with #C3ADCF
Text Example
Text Example
White with #C3ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADCF; }
p { color: rgb(195,173,207); }
H1.HeaderClassName
{
color: #C3ADCF;
}
.AnyTagClassName
{
color: #C3ADCF;
}
</style>
background-color css
<style>
a { background-color: #C3ADCF; }
a { background-color: rgb(195,173,207); }
div.DivClassName
{
background-color: #C3ADCF;
}
.BgClassName
{
background-color: #C3ADCF;
}
</style>
border-color css
<style>
span { border-color: #C3ADCF; }
span { border-color: rgb(195,173,207); }
td.TdClassName
{
border-color: #C3ADCF;
}
.TagClassName
{
border-color: #C3ADCF;
}
</style>