#ADB3DB

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

Shades of Perano #ADB3DB

Tints of Perano #ADB3DB

Color information

#ADB3DB (or 0xADB3DB) is unknown color: approx Perano. HEX triplet: AD, B3 and DB. RGB value is (173,179,219). Sum of RGB (Red+Green+Blue) = 173+179+219=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3DB is #524C24. Grayscale: #B5B5B5. Windows color (decimal): -5393445 or 14398381. OLE color: 14398381.

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

Color convert

RGB173179219-
CMYK0.210.1800.14
HSL232.17º38.98%76.86%-
HSV(B)232.17º21%85.88%-
XYZ46.1446.2473.51-
YUV181.77149.01121.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=30.30%
G=31.35%
B=38.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731792190.210.1800.14232.1738.9876.86
HexADB3DB15120Ee8274d
Octal255263333252201635047115
Binary101011011011001111011011101011001001110111010001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3DB; }

 p { color: rgb(173,179,219); }

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

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

 a { background-color: rgb(173,179,219); }

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

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

 span { border-color: rgb(173,179,219); }

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