Shades of Prelude #C2B4CE
Tints of Prelude #C2B4CE
RGB
CMYK
RGB Variations
Color information
#C2B4CE (or 0xC2B4CE) is known color: Prelude. HEX triplet: C2, B4 and CE. RGB value is (194,180,206). Sum of RGB (Red+Green+Blue) = 194+180+206=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2B4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4CE is #3D4B31. Grayscale: #BBBBBB. Windows color (decimal): -4016946 or 13546690. OLE color: 13546690.
HSL color Cylindrical-coordinate representation of color #C2B4CE: hue angle of 272.31º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2B4CE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 180 | 206 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.19 |
| HSL | 272.31º | 0.21% | 0.76% | - |
| HSV(B) | 272.31º | 0.13% | 0.81% | - |
| XYZ | 49.71 | 48.57 | 65.15 | - |
| YUV | 187.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 206 | 0.06 | 0.13 | 0 | 0.19 | 272.31 | 0.21 | 0.76 |
| Hex | C2 | B4 | CE | 6 | D | 0 | 13 | 110 | 15 | 4C |
| Octal | 302 | 264 | 316 | 6 | 15 | 0 | 23 | 420 | 25 | 114 |
| Binary | 11000010 | 10110100 | 11001110 | 110 | 1101 | 0 | 10011 | 100010000 | 10101 | 1001100 |
Color Harmonies of #C2B4CE
Complementary color
Monochromatic Colors of #C2B4CE
Black with #C2B4CE
Text Example
Text Example
White with #C2B4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4CE; }
p { color: rgb(194,180,206); }
H1.HeaderClassName
{
color: #C2B4CE;
}
.AnyTagClassName
{
color: #C2B4CE;
}
</style>
background-color css
<style>
a { background-color: #C2B4CE; }
a { background-color: rgb(194,180,206); }
div.DivClassName
{
background-color: #C2B4CE;
}
.BgClassName
{
background-color: #C2B4CE;
}
</style>
border-color css
<style>
span { border-color: #C2B4CE; }
span { border-color: rgb(194,180,206); }
td.TdClassName
{
border-color: #C2B4CE;
}
.TagClassName
{
border-color: #C2B4CE;
}
</style>