Shades of Prelude #C3AFCB
Tints of Prelude #C3AFCB
RGB
CMYK
RGB Variations
Color information
#C3AFCB (or 0xC3AFCB) is known color: Prelude. HEX triplet: C3, AF and CB. RGB value is (195,175,203). Sum of RGB (Red+Green+Blue) = 195+175+203=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFCB is #3C5034. Grayscale: #B8B8B8. Windows color (decimal): -3952693 or 13348803. OLE color: 13348803.
HSL color Cylindrical-coordinate representation of color #C3AFCB: hue angle of 282.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3AFCB is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 175 | 203 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.20 |
| HSL | 282.86º | 0.21% | 0.74% | - |
| HSV(B) | 282.86º | 0.14% | 0.8% | - |
| XYZ | 48.62 | 46.57 | 62.93 | - |
| YUV | 184.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 203 | 0.04 | 0.14 | 0 | 0.20 | 282.86 | 0.21 | 0.74 |
| Hex | C3 | AF | CB | 4 | E | 0 | 14 | 11B | 15 | 4A |
| Octal | 303 | 257 | 313 | 4 | 16 | 0 | 24 | 433 | 25 | 112 |
| Binary | 11000011 | 10101111 | 11001011 | 100 | 1110 | 0 | 10100 | 100011011 | 10101 | 1001010 |
Color Harmonies of #C3AFCB
Complementary color
Monochromatic Colors of #C3AFCB
Black with #C3AFCB
Text Example
Text Example
White with #C3AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFCB; }
p { color: rgb(195,175,203); }
H1.HeaderClassName
{
color: #C3AFCB;
}
.AnyTagClassName
{
color: #C3AFCB;
}
</style>
background-color css
<style>
a { background-color: #C3AFCB; }
a { background-color: rgb(195,175,203); }
div.DivClassName
{
background-color: #C3AFCB;
}
.BgClassName
{
background-color: #C3AFCB;
}
</style>
border-color css
<style>
span { border-color: #C3AFCB; }
span { border-color: rgb(195,175,203); }
td.TdClassName
{
border-color: #C3AFCB;
}
.TagClassName
{
border-color: #C3AFCB;
}
</style>