Shades of Prelude #C2B4CD
Tints of Prelude #C2B4CD
RGB
CMYK
RGB Variations
Color information
#C2B4CD (or 0xC2B4CD) is known color: Prelude. HEX triplet: C2, B4 and CD. RGB value is (194,180,205). Sum of RGB (Red+Green+Blue) = 194+180+205=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2B4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4CD is #3D4B32. Grayscale: #BABABA. Windows color (decimal): -4016947 or 13481154. OLE color: 13481154.
HSL color Cylindrical-coordinate representation of color #C2B4CD: hue angle of 273.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B4CD is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 180 | 205 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.20 |
| HSL | 273.6º | 0.2% | 0.75% | - |
| HSV(B) | 273.6º | 0.12% | 0.8% | - |
| XYZ | 49.59 | 48.52 | 64.51 | - |
| YUV | 187.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 205 | 0.05 | 0.12 | 0 | 0.20 | 273.6 | 0.2 | 0.75 |
| Hex | C2 | B4 | CD | 5 | C | 0 | 14 | 112 | 14 | 4B |
| Octal | 302 | 264 | 315 | 5 | 14 | 0 | 24 | 422 | 24 | 113 |
| Binary | 11000010 | 10110100 | 11001101 | 101 | 1100 | 0 | 10100 | 100010010 | 10100 | 1001011 |
Color Harmonies of #C2B4CD
Complementary color
Monochromatic Colors of #C2B4CD
Black with #C2B4CD
Text Example
Text Example
White with #C2B4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4CD; }
p { color: rgb(194,180,205); }
H1.HeaderClassName
{
color: #C2B4CD;
}
.AnyTagClassName
{
color: #C2B4CD;
}
</style>
background-color css
<style>
a { background-color: #C2B4CD; }
a { background-color: rgb(194,180,205); }
div.DivClassName
{
background-color: #C2B4CD;
}
.BgClassName
{
background-color: #C2B4CD;
}
</style>
border-color css
<style>
span { border-color: #C2B4CD; }
span { border-color: rgb(194,180,205); }
td.TdClassName
{
border-color: #C2B4CD;
}
.TagClassName
{
border-color: #C2B4CD;
}
</style>