Shades of Perfume #C8B5DB
Tints of Perfume #C8B5DB
RGB
CMYK
RGB Variations
Color information
#C8B5DB (or 0xC8B5DB) is known color: Perfume. HEX triplet: C8, B5 and DB. RGB value is (200,181,219). Sum of RGB (Red+Green+Blue) = 200+181+219=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8B5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5DB is #374A24. Grayscale: #BEBEBE. Windows color (decimal): -3623461 or 14398920. OLE color: 14398920.
HSL color Cylindrical-coordinate representation of color #C8B5DB: hue angle of 270º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8B5DB is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 181 | 219 | - |
CMYK | 0.09 | 0.17 | 0 | 0.14 |
HSL | 270º | 0.35% | 0.78% | - |
HSV(B) | 270º | 0.17% | 0.86% | - |
XYZ | 53.13 | 50.44 | 73.95 | - |
YUV | 191.01 | 143.79 | 134.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 181 | 219 | 0.09 | 0.17 | 0 | 0.14 | 270 | 0.35 | 0.78 |
Hex | C8 | B5 | DB | 9 | 11 | 0 | E | 10E | 23 | 4E |
Octal | 310 | 265 | 333 | 11 | 21 | 0 | 16 | 416 | 43 | 116 |
Binary | 11001000 | 10110101 | 11011011 | 1001 | 10001 | 0 | 1110 | 100001110 | 100011 | 1001110 |
Color Harmonies of #C8B5DB
Complementary color
Monochromatic Colors of #C8B5DB
Black with #C8B5DB
Text Example
Text Example
White with #C8B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5DB; }
p { color: rgb(200,181,219); }
H1.HeaderClassName
{
color: #C8B5DB;
}
.AnyTagClassName
{
color: #C8B5DB;
}
</style>
background-color css
<style>
a { background-color: #C8B5DB; }
a { background-color: rgb(200,181,219); }
div.DivClassName
{
background-color: #C8B5DB;
}
.BgClassName
{
background-color: #C8B5DB;
}
</style>
border-color css
<style>
span { border-color: #C8B5DB; }
span { border-color: rgb(200,181,219); }
td.TdClassName
{
border-color: #C8B5DB;
}
.TagClassName
{
border-color: #C8B5DB;
}
</style>