Shades of Perfume #C8B5DC
Tints of Perfume #C8B5DC
RGB
CMYK
RGB Variations
Color information
#C8B5DC (or 0xC8B5DC) is known color: Perfume. HEX triplet: C8, B5 and DC. RGB value is (200,181,220). Sum of RGB (Red+Green+Blue) = 200+181+220=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5DC is #374A23. Grayscale: #BEBEBE. Windows color (decimal): -3623460 or 14464456. OLE color: 14464456.
HSL color Cylindrical-coordinate representation of color #C8B5DC: hue angle of 269.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8B5DC is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 181 | 220 | - |
CMYK | 0.09 | 0.18 | 0 | 0.14 |
HSL | 269.23º | 0.36% | 0.79% | - |
HSV(B) | 269.23º | 0.18% | 0.86% | - |
XYZ | 53.26 | 50.49 | 74.65 | - |
YUV | 191.13 | 144.29 | 134.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 181 | 220 | 0.09 | 0.18 | 0 | 0.14 | 269.23 | 0.36 | 0.79 |
Hex | C8 | B5 | DC | 9 | 12 | 0 | E | 10D | 24 | 4F |
Octal | 310 | 265 | 334 | 11 | 22 | 0 | 16 | 415 | 44 | 117 |
Binary | 11001000 | 10110101 | 11011100 | 1001 | 10010 | 0 | 1110 | 100001101 | 100100 | 1001111 |
Color Harmonies of #C8B5DC
Complementary color
Monochromatic Colors of #C8B5DC
Black with #C8B5DC
Text Example
Text Example
White with #C8B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5DC; }
p { color: rgb(200,181,220); }
H1.HeaderClassName
{
color: #C8B5DC;
}
.AnyTagClassName
{
color: #C8B5DC;
}
</style>
background-color css
<style>
a { background-color: #C8B5DC; }
a { background-color: rgb(200,181,220); }
div.DivClassName
{
background-color: #C8B5DC;
}
.BgClassName
{
background-color: #C8B5DC;
}
</style>
border-color css
<style>
span { border-color: #C8B5DC; }
span { border-color: rgb(200,181,220); }
td.TdClassName
{
border-color: #C8B5DC;
}
.TagClassName
{
border-color: #C8B5DC;
}
</style>