#C7B0DB

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

Shades of Perfume #C7B0DB

Tints of Perfume #C7B0DB

Color information

#C7B0DB (or 0xC7B0DB) is unknown color: approx Perfume. HEX triplet: C7, B0 and DB. RGB value is (199,176,219). Sum of RGB (Red+Green+Blue) = 199+176+219=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0DB is #384F24. Grayscale: #BBBBBB. Windows color (decimal): -3690277 or 14397639. OLE color: 14397639.

HSL color Cylindrical-coordinate representation of color #C7B0DB: hue angle of 272.09º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7B0DB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199176219-
CMYK0.090.2000.14
HSL272.09º37.39%77.45%-
HSV(B)272.09º19.63%85.88%-
XYZ51.8648.3173.61-
YUV187.78145.62136-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.50%
GREEN value IS 176 (69.14% from 255) = 29.63%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=33.50%
G=29.63%
B=36.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991762190.090.2000.14272.0937.3977.45
HexC7B0DB9140E110254d
Octal307260333112401642045115
Binary110001111011000011011011100110100011101000100001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B0DB; }

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

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

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

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

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

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

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

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