Shades of Prelude #C2B4CB
Tints of Prelude #C2B4CB
RGB
CMYK
RGB Variations
Color information
#C2B4CB (or 0xC2B4CB) is known color: Prelude. HEX triplet: C2, B4 and CB. RGB value is (194,180,203). Sum of RGB (Red+Green+Blue) = 194+180+203=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2B4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4CB is #3D4B34. Grayscale: #BABABA. Windows color (decimal): -4016949 or 13350082. OLE color: 13350082.
HSL color Cylindrical-coordinate representation of color #C2B4CB: hue angle of 276.52º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2B4CB is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 180 | 203 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.20 |
| HSL | 276.52º | 0.18% | 0.75% | - |
| HSV(B) | 276.52º | 0.11% | 0.8% | - |
| XYZ | 49.35 | 48.42 | 63.25 | - |
| YUV | 186.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 203 | 0.04 | 0.11 | 0 | 0.20 | 276.52 | 0.18 | 0.75 |
| Hex | C2 | B4 | CB | 4 | B | 0 | 14 | 115 | 12 | 4B |
| Octal | 302 | 264 | 313 | 4 | 13 | 0 | 24 | 425 | 22 | 113 |
| Binary | 11000010 | 10110100 | 11001011 | 100 | 1011 | 0 | 10100 | 100010101 | 10010 | 1001011 |
Color Harmonies of #C2B4CB
Complementary color
Monochromatic Colors of #C2B4CB
Black with #C2B4CB
Text Example
Text Example
White with #C2B4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4CB; }
p { color: rgb(194,180,203); }
H1.HeaderClassName
{
color: #C2B4CB;
}
.AnyTagClassName
{
color: #C2B4CB;
}
</style>
background-color css
<style>
a { background-color: #C2B4CB; }
a { background-color: rgb(194,180,203); }
div.DivClassName
{
background-color: #C2B4CB;
}
.BgClassName
{
background-color: #C2B4CB;
}
</style>
border-color css
<style>
span { border-color: #C2B4CB; }
span { border-color: rgb(194,180,203); }
td.TdClassName
{
border-color: #C2B4CB;
}
.TagClassName
{
border-color: #C2B4CB;
}
</style>