#C7B2DB

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

Shades of Perfume #C7B2DB

Tints of Perfume #C7B2DB

Color information

#C7B2DB (or 0xC7B2DB) is unknown color: approx Perfume. HEX triplet: C7, B2 and DB. RGB value is (199,178,219). Sum of RGB (Red+Green+Blue) = 199+178+219=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2DB is #384D24. Grayscale: #BCBCBC. Windows color (decimal): -3689765 or 14398151. OLE color: 14398151.

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

Color convert

RGB199178219-
CMYK0.090.1900.14
HSL270.73º36.28%77.84%-
HSV(B)270.73º18.72%85.88%-
XYZ52.2649.173.74-
YUV188.95144.96135.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.39%
GREEN value IS 178 (69.92% from 255) = 29.87%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=33.39%
G=29.87%
B=36.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991782190.090.1900.14270.7336.2877.84
HexC7B2DB9130E10f244e
Octal307262333112301641744116
Binary110001111011001011011011100110011011101000011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B2DB; }

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

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

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

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

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

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

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

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