Shades of Perfume #C8B5DA
Tints of Perfume #C8B5DA
RGB
CMYK
RGB Variations
Color information
#C8B5DA (or 0xC8B5DA) is known color: Perfume. HEX triplet: C8, B5 and DA. RGB value is (200,181,218). Sum of RGB (Red+Green+Blue) = 200+181+218=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8B5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5DA is #374A25. Grayscale: #BEBEBE. Windows color (decimal): -3623462 or 14333384. OLE color: 14333384.
HSL color Cylindrical-coordinate representation of color #C8B5DA: hue angle of 270.81º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8B5DA is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 181 | 218 | - |
CMYK | 0.08 | 0.17 | 0 | 0.15 |
HSL | 270.81º | 0.33% | 0.78% | - |
HSV(B) | 270.81º | 0.17% | 0.85% | - |
XYZ | 53 | 50.39 | 73.26 | - |
YUV | 190.9 | 143.29 | 134.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 181 | 218 | 0.08 | 0.17 | 0 | 0.15 | 270.81 | 0.33 | 0.78 |
Hex | C8 | B5 | DA | 8 | 11 | 0 | F | 10F | 21 | 4E |
Octal | 310 | 265 | 332 | 10 | 21 | 0 | 17 | 417 | 41 | 116 |
Binary | 11001000 | 10110101 | 11011010 | 1000 | 10001 | 0 | 1111 | 100001111 | 100001 | 1001110 |
Color Harmonies of #C8B5DA
Complementary color
Monochromatic Colors of #C8B5DA
Black with #C8B5DA
Text Example
Text Example
White with #C8B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5DA; }
p { color: rgb(200,181,218); }
H1.HeaderClassName
{
color: #C8B5DA;
}
.AnyTagClassName
{
color: #C8B5DA;
}
</style>
background-color css
<style>
a { background-color: #C8B5DA; }
a { background-color: rgb(200,181,218); }
div.DivClassName
{
background-color: #C8B5DA;
}
.BgClassName
{
background-color: #C8B5DA;
}
</style>
border-color css
<style>
span { border-color: #C8B5DA; }
span { border-color: rgb(200,181,218); }
td.TdClassName
{
border-color: #C8B5DA;
}
.TagClassName
{
border-color: #C8B5DA;
}
</style>