#ADAEDF

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

Shades of Perano #ADAEDF

Tints of Perano #ADAEDF

Color information

#ADAEDF (or 0xADAEDF) is unknown color: approx Perano. HEX triplet: AD, AE and DF. RGB value is (173,174,223). Sum of RGB (Red+Green+Blue) = 173+174+223=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEDF is #525120. Grayscale: #B3B3B3. Windows color (decimal): -5394721 or 14659245. OLE color: 14659245.

HSL color Cylindrical-coordinate representation of color #ADAEDF: hue angle of 238.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADAEDF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173174223-
CMYK0.220.2200.13
HSL238.8º43.86%77.65%-
HSV(B)238.8º22.42%87.45%-
XYZ45.6944.4875.99-
YUV179.29152.67123.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=30.35%
G=30.53%
B=39.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731742230.220.2200.13238.843.8677.65
HexADAEDF16160Def2c4e
Octal255256337262601535754116
Binary101011011010111011011111101101011001101111011111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEDF; }

 p { color: rgb(173,174,223); }

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

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

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

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

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

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

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