Shades of Prelude #C2B5CB
Tints of Prelude #C2B5CB
RGB
CMYK
RGB Variations
Color information
#C2B5CB (or 0xC2B5CB) is known color: Prelude. HEX triplet: C2, B5 and CB. RGB value is (194,181,203). Sum of RGB (Red+Green+Blue) = 194+181+203=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2B5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5CB is #3D4A34. Grayscale: #BBBBBB. Windows color (decimal): -4016693 or 13350338. OLE color: 13350338.
HSL color Cylindrical-coordinate representation of color #C2B5CB: hue angle of 275.45º degrees, saturation: 0.17, 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 #C2B5CB is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 181 | 203 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.20 |
| HSL | 275.45º | 0.17% | 0.75% | - |
| HSV(B) | 275.45º | 0.11% | 0.8% | - |
| XYZ | 49.55 | 48.83 | 63.31 | - |
| YUV | 187.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 203 | 0.04 | 0.11 | 0 | 0.20 | 275.45 | 0.17 | 0.75 |
| Hex | C2 | B5 | CB | 4 | B | 0 | 14 | 113 | 11 | 4B |
| Octal | 302 | 265 | 313 | 4 | 13 | 0 | 24 | 423 | 21 | 113 |
| Binary | 11000010 | 10110101 | 11001011 | 100 | 1011 | 0 | 10100 | 100010011 | 10001 | 1001011 |
Color Harmonies of #C2B5CB
Complementary color
Monochromatic Colors of #C2B5CB
Black with #C2B5CB
Text Example
Text Example
White with #C2B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5CB; }
p { color: rgb(194,181,203); }
H1.HeaderClassName
{
color: #C2B5CB;
}
.AnyTagClassName
{
color: #C2B5CB;
}
</style>
background-color css
<style>
a { background-color: #C2B5CB; }
a { background-color: rgb(194,181,203); }
div.DivClassName
{
background-color: #C2B5CB;
}
.BgClassName
{
background-color: #C2B5CB;
}
</style>
border-color css
<style>
span { border-color: #C2B5CB; }
span { border-color: rgb(194,181,203); }
td.TdClassName
{
border-color: #C2B5CB;
}
.TagClassName
{
border-color: #C2B5CB;
}
</style>