#C5B0DB

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

Shades of Perfume #C5B0DB

Tints of Perfume #C5B0DB

Color information

#C5B0DB (or 0xC5B0DB) is unknown color: approx Perfume. HEX triplet: C5, B0 and DB. RGB value is (197,176,219). Sum of RGB (Red+Green+Blue) = 197+176+219=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0DB is #3A4F24. Grayscale: #BBBBBB. Windows color (decimal): -3821349 or 14397637. OLE color: 14397637.

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

Color convert

RGB197176219-
CMYK0.100.2000.14
HSL269.3º37.39%77.45%-
HSV(B)269.3º19.63%85.88%-
XYZ51.3448.0473.58-
YUV187.18145.96135-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 176 (69.14% from 255) = 29.73%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=33.28%
G=29.73%
B=36.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971762190.100.2000.14269.337.3977.45
HexC5B0DBA140E10d254d
Octal305260333122401641545115
Binary110001011011000011011011101010100011101000011011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B0DB; }

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

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

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

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

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

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

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

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