Shades of Prelude #C2B3C8
Tints of Prelude #C2B3C8
RGB
CMYK
RGB Variations
Color information
#C2B3C8 (or 0xC2B3C8) is known color: Prelude. HEX triplet: C2, B3 and C8. RGB value is (194,179,200). Sum of RGB (Red+Green+Blue) = 194+179+200=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 200 - color contains mainly: blue. Hex color #C2B3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3C8 is #3D4C37. Grayscale: #B9B9B9. Windows color (decimal): -4017208 or 13153218. OLE color: 13153218.
HSL color Cylindrical-coordinate representation of color #C2B3C8: hue angle of 282.86º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2B3C8 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 194 | 179 | 200 | - |
CMYK | 0.03 | 0.10 | 0 | 0.22 |
HSL | 282.86º | 0.16% | 0.74% | - |
HSV(B) | 282.86º | 0.11% | 0.78% | - |
XYZ | 48.79 | 47.88 | 61.31 | - |
YUV | 185.88 | 135.97 | 133.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 179 | 200 | 0.03 | 0.10 | 0 | 0.22 | 282.86 | 0.16 | 0.74 |
Hex | C2 | B3 | C8 | 3 | A | 0 | 16 | 11B | 10 | 4A |
Octal | 302 | 263 | 310 | 3 | 12 | 0 | 26 | 433 | 20 | 112 |
Binary | 11000010 | 10110011 | 11001000 | 11 | 1010 | 0 | 10110 | 100011011 | 10000 | 1001010 |
Color Harmonies of #C2B3C8
Complementary color
Monochromatic Colors of #C2B3C8
Black with #C2B3C8
Text Example
Text Example
White with #C2B3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B3C8; }
p { color: rgb(194,179,200); }
H1.HeaderClassName
{
color: #C2B3C8;
}
.AnyTagClassName
{
color: #C2B3C8;
}
</style>
background-color css
<style>
a { background-color: #C2B3C8; }
a { background-color: rgb(194,179,200); }
div.DivClassName
{
background-color: #C2B3C8;
}
.BgClassName
{
background-color: #C2B3C8;
}
</style>
border-color css
<style>
span { border-color: #C2B3C8; }
span { border-color: rgb(194,179,200); }
td.TdClassName
{
border-color: #C2B3C8;
}
.TagClassName
{
border-color: #C2B3C8;
}
</style>