#ADADE4

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

Shades of Perano #ADADE4

Tints of Perano #ADADE4

Color information

#ADADE4 (or 0xADADE4) is unknown color: approx Perano. HEX triplet: AD, AD and E4. RGB value is (173,173,228). Sum of RGB (Red+Green+Blue) = 173+173+228=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADADE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADE4 is #52521B. Grayscale: #B3B3B3. Windows color (decimal): -5394972 or 14986669. OLE color: 14986669.

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

Color convert

RGB173173228-
CMYK0.240.2400.11
HSL240º50.46%78.63%-
HSV(B)240º24.12%89.41%-
XYZ46.1844.3779.53-
YUV179.27155.5123.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 228 (89.45% from 255) = 39.72%
R=30.14%
G=30.14%
B=39.72%

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
Decimal1731732280.240.2400.1124050.4678.63
HexADADE418180Bf0324f
Octal255255344303001336062117
Binary101011011010110111100100110001100001011111100001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADE4; }

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

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

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

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

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

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

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

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