#ADADE3

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

Shades of Perano #ADADE3

Tints of Perano #ADADE3

Color information

#ADADE3 (or 0xADADE3) is unknown color: approx Perano. HEX triplet: AD, AD and E3. RGB value is (173,173,227). Sum of RGB (Red+Green+Blue) = 173+173+227=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADE3 is #52521C. Grayscale: #B2B2B2. Windows color (decimal): -5394973 or 14921133. OLE color: 14921133.

HSL color Cylindrical-coordinate representation of color #ADADE3: hue angle of 240º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADADE3 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173173227-
CMYK0.240.2400.11
HSL240º49.09%78.43%-
HSV(B)240º23.79%89.02%-
XYZ46.0444.3278.8-
YUV179.16155123.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 227 (89.06% from 255) = 39.62%
R=30.19%
G=30.19%
B=39.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731732270.240.2400.1124049.0978.43
HexADADE318180Bf0314e
Octal255255343303001336061116
Binary101011011010110111100011110001100001011111100001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADE3; }

 p { color: rgb(173,173,227); }

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

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

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

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

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

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

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