Shades of Perfume #C7B2DC
Tints of Perfume #C7B2DC
RGB
CMYK
RGB Variations
Color information
#C7B2DC (or 0xC7B2DC) is known color: Perfume. HEX triplet: C7, B2 and DC. RGB value is (199,178,220). Sum of RGB (Red+Green+Blue) = 199+178+220=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7B2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2DC is #384D23. Grayscale: #BCBCBC. Windows color (decimal): -3689764 or 14463687. OLE color: 14463687.
HSL color Cylindrical-coordinate representation of color #C7B2DC: hue angle of 270º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7B2DC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 178 | 220 | - |
CMYK | 0.10 | 0.19 | 0 | 0.14 |
HSL | 270º | 0.38% | 0.78% | - |
HSV(B) | 270º | 0.19% | 0.86% | - |
XYZ | 52.39 | 49.15 | 74.44 | - |
YUV | 189.07 | 145.46 | 135.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 178 | 220 | 0.10 | 0.19 | 0 | 0.14 | 270 | 0.38 | 0.78 |
Hex | C7 | B2 | DC | A | 13 | 0 | E | 10E | 26 | 4E |
Octal | 307 | 262 | 334 | 12 | 23 | 0 | 16 | 416 | 46 | 116 |
Binary | 11000111 | 10110010 | 11011100 | 1010 | 10011 | 0 | 1110 | 100001110 | 100110 | 1001110 |
Color Harmonies of #C7B2DC
Complementary color
Monochromatic Colors of #C7B2DC
Black with #C7B2DC
Text Example
Text Example
White with #C7B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B2DC; }
p { color: rgb(199,178,220); }
H1.HeaderClassName
{
color: #C7B2DC;
}
.AnyTagClassName
{
color: #C7B2DC;
}
</style>
background-color css
<style>
a { background-color: #C7B2DC; }
a { background-color: rgb(199,178,220); }
div.DivClassName
{
background-color: #C7B2DC;
}
.BgClassName
{
background-color: #C7B2DC;
}
</style>
border-color css
<style>
span { border-color: #C7B2DC; }
span { border-color: rgb(199,178,220); }
td.TdClassName
{
border-color: #C7B2DC;
}
.TagClassName
{
border-color: #C7B2DC;
}
</style>