Shades of Prelude #C2B4C8
Tints of Prelude #C2B4C8
RGB
CMYK
RGB Variations
Color information
#C2B4C8 (or 0xC2B4C8) is known color: Prelude. HEX triplet: C2, B4 and C8. RGB value is (194,180,200). Sum of RGB (Red+Green+Blue) = 194+180+200=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 200 - color contains mainly: blue. Hex color #C2B4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4C8 is #3D4B37. Grayscale: #BABABA. Windows color (decimal): -4016952 or 13153474. OLE color: 13153474.
HSL color Cylindrical-coordinate representation of color #C2B4C8: hue angle of 282º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B4C8 is Cyan = 0.03, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 180 | 200 | - |
| CMYK | 0.03 | 0.1 | 0 | 0.22 |
| HSL | 282º | 0.15% | 0.75% | - |
| HSV(B) | 282º | 0.1% | 0.78% | - |
| XYZ | 48.99 | 48.28 | 61.38 | - |
| YUV | 186.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 200 | 0.03 | 0.1 | 0 | 0.22 | 282 | 0.15 | 0.75 |
| Hex | C2 | B4 | C8 | 3 | A | 0 | 16 | 11A | F | 4B |
| Octal | 302 | 264 | 310 | 3 | 12 | 0 | 26 | 432 | 17 | 113 |
| Binary | 11000010 | 10110100 | 11001000 | 11 | 1010 | 0 | 10110 | 100011010 | 1111 | 1001011 |
Color Harmonies of #C2B4C8
Complementary color
Monochromatic Colors of #C2B4C8
Black with #C2B4C8
Text Example
Text Example
White with #C2B4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4C8; }
p { color: rgb(194,180,200); }
H1.HeaderClassName
{
color: #C2B4C8;
}
.AnyTagClassName
{
color: #C2B4C8;
}
</style>
background-color css
<style>
a { background-color: #C2B4C8; }
a { background-color: rgb(194,180,200); }
div.DivClassName
{
background-color: #C2B4C8;
}
.BgClassName
{
background-color: #C2B4C8;
}
</style>
border-color css
<style>
span { border-color: #C2B4C8; }
span { border-color: rgb(194,180,200); }
td.TdClassName
{
border-color: #C2B4C8;
}
.TagClassName
{
border-color: #C2B4C8;
}
</style>