Shades of Prelude #C2B2CF
Tints of Prelude #C2B2CF
RGB
CMYK
RGB Variations
Color information
#C2B2CF (or 0xC2B2CF) is known color: Prelude. HEX triplet: C2, B2 and CF. RGB value is (194,178,207). Sum of RGB (Red+Green+Blue) = 194+178+207=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2B2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B2CF is #3D4D30. Grayscale: #B9B9B9. Windows color (decimal): -4017457 or 13611714. OLE color: 13611714.
HSL color Cylindrical-coordinate representation of color #C2B2CF: hue angle of 273.1º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2B2CF is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 194 | 178 | 207 | - |
CMYK | 0.06 | 0.14 | 0 | 0.19 |
HSL | 273.1º | 0.23% | 0.75% | - |
HSV(B) | 273.1º | 0.14% | 0.81% | - |
XYZ | 49.43 | 47.82 | 65.66 | - |
YUV | 186.09 | 139.8 | 133.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 178 | 207 | 0.06 | 0.14 | 0 | 0.19 | 273.1 | 0.23 | 0.75 |
Hex | C2 | B2 | CF | 6 | E | 0 | 13 | 111 | 17 | 4B |
Octal | 302 | 262 | 317 | 6 | 16 | 0 | 23 | 421 | 27 | 113 |
Binary | 11000010 | 10110010 | 11001111 | 110 | 1110 | 0 | 10011 | 100010001 | 10111 | 1001011 |
Color Harmonies of #C2B2CF
Complementary color
Monochromatic Colors of #C2B2CF
Black with #C2B2CF
Text Example
Text Example
White with #C2B2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2CF; }
p { color: rgb(194,178,207); }
H1.HeaderClassName
{
color: #C2B2CF;
}
.AnyTagClassName
{
color: #C2B2CF;
}
</style>
background-color css
<style>
a { background-color: #C2B2CF; }
a { background-color: rgb(194,178,207); }
div.DivClassName
{
background-color: #C2B2CF;
}
.BgClassName
{
background-color: #C2B2CF;
}
</style>
border-color css
<style>
span { border-color: #C2B2CF; }
span { border-color: rgb(194,178,207); }
td.TdClassName
{
border-color: #C2B2CF;
}
.TagClassName
{
border-color: #C2B2CF;
}
</style>