Shades of Perfume #C8B3DA
Tints of Perfume #C8B3DA
RGB
CMYK
RGB Variations
Color information
#C8B3DA (or 0xC8B3DA) is known color: Perfume. HEX triplet: C8, B3 and DA. RGB value is (200,179,218). Sum of RGB (Red+Green+Blue) = 200+179+218=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8B3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3DA is #374C25. Grayscale: #BDBDBD. Windows color (decimal): -3623974 or 14332872. OLE color: 14332872.
HSL color Cylindrical-coordinate representation of color #C8B3DA: hue angle of 272.31º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8B3DA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 179 | 218 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.15 |
| HSL | 272.31º | 0.35% | 0.78% | - |
| HSV(B) | 272.31º | 0.18% | 0.85% | - |
| XYZ | 52.59 | 49.58 | 73.13 | - |
| YUV | 189.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 218 | 0.08 | 0.18 | 0 | 0.15 | 272.31 | 0.35 | 0.78 |
| Hex | C8 | B3 | DA | 8 | 12 | 0 | F | 110 | 23 | 4E |
| Octal | 310 | 263 | 332 | 10 | 22 | 0 | 17 | 420 | 43 | 116 |
| Binary | 11001000 | 10110011 | 11011010 | 1000 | 10010 | 0 | 1111 | 100010000 | 100011 | 1001110 |
Color Harmonies of #C8B3DA
Complementary color
Monochromatic Colors of #C8B3DA
Black with #C8B3DA
Text Example
Text Example
White with #C8B3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3DA; }
p { color: rgb(200,179,218); }
H1.HeaderClassName
{
color: #C8B3DA;
}
.AnyTagClassName
{
color: #C8B3DA;
}
</style>
background-color css
<style>
a { background-color: #C8B3DA; }
a { background-color: rgb(200,179,218); }
div.DivClassName
{
background-color: #C8B3DA;
}
.BgClassName
{
background-color: #C8B3DA;
}
</style>
border-color css
<style>
span { border-color: #C8B3DA; }
span { border-color: rgb(200,179,218); }
td.TdClassName
{
border-color: #C8B3DA;
}
.TagClassName
{
border-color: #C8B3DA;
}
</style>