Shades of Prelude #C2B4CC
Tints of Prelude #C2B4CC
RGB
CMYK
RGB Variations
Color information
#C2B4CC (or 0xC2B4CC) is known color: Prelude. HEX triplet: C2, B4 and CC. RGB value is (194,180,204). Sum of RGB (Red+Green+Blue) = 194+180+204=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2B4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4CC is #3D4B33. Grayscale: #BABABA. Windows color (decimal): -4016948 or 13415618. OLE color: 13415618.
HSL color Cylindrical-coordinate representation of color #C2B4CC: hue angle of 275º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B4CC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 180 | 204 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.2 |
| HSL | 275º | 0.19% | 0.75% | - |
| HSV(B) | 275º | 0.12% | 0.8% | - |
| XYZ | 49.47 | 48.47 | 63.88 | - |
| YUV | 186.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 204 | 0.05 | 0.12 | 0 | 0.2 | 275 | 0.19 | 0.75 |
| Hex | C2 | B4 | CC | 5 | C | 0 | 14 | 113 | 13 | 4B |
| Octal | 302 | 264 | 314 | 5 | 14 | 0 | 24 | 423 | 23 | 113 |
| Binary | 11000010 | 10110100 | 11001100 | 101 | 1100 | 0 | 10100 | 100010011 | 10011 | 1001011 |
Color Harmonies of #C2B4CC
Complementary color
Monochromatic Colors of #C2B4CC
Black with #C2B4CC
Text Example
Text Example
White with #C2B4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4CC; }
p { color: rgb(194,180,204); }
H1.HeaderClassName
{
color: #C2B4CC;
}
.AnyTagClassName
{
color: #C2B4CC;
}
</style>
background-color css
<style>
a { background-color: #C2B4CC; }
a { background-color: rgb(194,180,204); }
div.DivClassName
{
background-color: #C2B4CC;
}
.BgClassName
{
background-color: #C2B4CC;
}
</style>
border-color css
<style>
span { border-color: #C2B4CC; }
span { border-color: rgb(194,180,204); }
td.TdClassName
{
border-color: #C2B4CC;
}
.TagClassName
{
border-color: #C2B4CC;
}
</style>