#C4B0DB

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

Shades of Perfume #C4B0DB

Tints of Perfume #C4B0DB

Color information

#C4B0DB (or 0xC4B0DB) is unknown color: approx Perfume. HEX triplet: C4, B0 and DB. RGB value is (196,176,219). Sum of RGB (Red+Green+Blue) = 196+176+219=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B0DB is #3B4F24. Grayscale: #BABABA. Windows color (decimal): -3886885 or 14397636. OLE color: 14397636.

HSL color Cylindrical-coordinate representation of color #C4B0DB: hue angle of 267.91º 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 #C4B0DB is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196176219-
CMYK0.110.2000.14
HSL267.91º37.39%77.45%-
HSV(B)267.91º19.63%85.88%-
XYZ51.0847.973.57-
YUV186.88146.13134.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 176 (69.14% from 255) = 29.78%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=33.16%
G=29.78%
B=37.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961762190.110.2000.14267.9137.3977.45
HexC4B0DBB140E10c254d
Octal304260333132401641445115
Binary110001001011000011011011101110100011101000011001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B0DB; }

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

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

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

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

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

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

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

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