#C7B4DB

Color #C7B4DB Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C7B4DB

Tints of Perfume #C7B4DB

Color information

#C7B4DB (or 0xC7B4DB) is unknown color: approx Perfume. HEX triplet: C7, B4 and DB. RGB value is (199,180,219). Sum of RGB (Red+Green+Blue) = 199+180+219=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B4DB is #384B24. Grayscale: #BDBDBD. Windows color (decimal): -3689253 or 14398663. OLE color: 14398663.

HSL color Cylindrical-coordinate representation of color #C7B4DB: hue angle of 269.23º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7B4DB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199180219-
CMYK0.090.1800.14
HSL269.23º35.14%78.24%-
HSV(B)269.23º17.81%85.88%-
XYZ52.6649.973.87-
YUV190.13144.29134.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 33.28%
GREEN value IS 180 (70.70% from 255) = 30.10%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=33.28%
G=30.10%
B=36.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991802190.090.1800.14269.2335.1478.24
HexC7B4DB9120E10d234e
Octal307264333112201641543116
Binary110001111011010011011011100110010011101000011011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B4DB; }

 p { color: rgb(199,180,219); }

 H1.HeaderClassName
 {
   color: #C7B4DB;
 }
 .AnyTagClassName
 {
   color: #C7B4DB;
 }
</style>
background-color css

<style>
 a { background-color: #C7B4DB; }

 a { background-color: rgb(199,180,219); }

 div.DivClassName
 {
   background-color: #C7B4DB;
 }
 .BgClassName
 {
   background-color: #C7B4DB;
 }
</style>
border-color css

<style>
 span { border-color: #C7B4DB; }

 span { border-color: rgb(199,180,219); }

 td.TdClassName
 {
   border-color: #C7B4DB;
 }
 .TagClassName
 {
   border-color: #C7B4DB;
 }
</style>