#C5B0DC

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

Shades of Perfume #C5B0DC

Tints of Perfume #C5B0DC

Color information

#C5B0DC (or 0xC5B0DC) is unknown color: approx Perfume. HEX triplet: C5, B0 and DC. RGB value is (197,176,220). Sum of RGB (Red+Green+Blue) = 197+176+220=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0DC is #3A4F23. Grayscale: #BBBBBB. Windows color (decimal): -3821348 or 14463173. OLE color: 14463173.

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

Color convert

RGB197176220-
CMYK0.100.200.14
HSL268.64º38.6%77.65%-
HSV(B)268.64º20%86.27%-
XYZ51.4748.0974.28-
YUV187.3146.46134.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 176 (69.14% from 255) = 29.68%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=33.22%
G=29.68%
B=37.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971762200.100.200.14268.6438.677.65
HexC5B0DCA140E10d274e
Octal305260334122401641547116
Binary110001011011000011011100101010100011101000011011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B0DC; }

 p { color: rgb(197,176,220); }

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

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

 a { background-color: rgb(197,176,220); }

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

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

 span { border-color: rgb(197,176,220); }

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