Shades of Prelude #C2B2CD
Tints of Prelude #C2B2CD
RGB
CMYK
RGB Variations
Color information
#C2B2CD (or 0xC2B2CD) is known color: Prelude. HEX triplet: C2, B2 and CD. RGB value is (194,178,205). Sum of RGB (Red+Green+Blue) = 194+178+205=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B2CD is #3D4D32. Grayscale: #B9B9B9. Windows color (decimal): -4017459 or 13480642. OLE color: 13480642.
HSL color Cylindrical-coordinate representation of color #C2B2CD: hue angle of 275.56º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2B2CD is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 178 | 205 | - |
CMYK | 0.05 | 0.13 | 0 | 0.20 |
HSL | 275.56º | 0.21% | 0.75% | - |
HSV(B) | 275.56º | 0.13% | 0.8% | - |
XYZ | 49.19 | 47.72 | 64.38 | - |
YUV | 185.86 | 138.8 | 133.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 178 | 205 | 0.05 | 0.13 | 0 | 0.20 | 275.56 | 0.21 | 0.75 |
Hex | C2 | B2 | CD | 5 | D | 0 | 14 | 114 | 15 | 4B |
Octal | 302 | 262 | 315 | 5 | 15 | 0 | 24 | 424 | 25 | 113 |
Binary | 11000010 | 10110010 | 11001101 | 101 | 1101 | 0 | 10100 | 100010100 | 10101 | 1001011 |
Color Harmonies of #C2B2CD
Complementary color
Monochromatic Colors of #C2B2CD
Black with #C2B2CD
Text Example
Text Example
White with #C2B2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2CD; }
p { color: rgb(194,178,205); }
H1.HeaderClassName
{
color: #C2B2CD;
}
.AnyTagClassName
{
color: #C2B2CD;
}
</style>
background-color css
<style>
a { background-color: #C2B2CD; }
a { background-color: rgb(194,178,205); }
div.DivClassName
{
background-color: #C2B2CD;
}
.BgClassName
{
background-color: #C2B2CD;
}
</style>
border-color css
<style>
span { border-color: #C2B2CD; }
span { border-color: rgb(194,178,205); }
td.TdClassName
{
border-color: #C2B2CD;
}
.TagClassName
{
border-color: #C2B2CD;
}
</style>