#ADAEDE

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

Shades of Perano #ADAEDE

Tints of Perano #ADAEDE

Color information

#ADAEDE (or 0xADAEDE) is unknown color: approx Perano. HEX triplet: AD, AE and DE. RGB value is (173,174,222). Sum of RGB (Red+Green+Blue) = 173+174+222=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEDE is #525121. Grayscale: #B2B2B2. Windows color (decimal): -5394722 or 14593709. OLE color: 14593709.

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

Color convert

RGB173174222-
CMYK0.220.2200.13
HSL238.78º42.61%77.45%-
HSV(B)238.78º22.07%87.06%-
XYZ45.5544.4375.28-
YUV179.17152.17123.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=30.40%
G=30.58%
B=39.02%

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
Decimal1731742220.220.2200.13238.7842.6177.45
HexADAEDE16160Def2b4d
Octal255256336262601535753115
Binary101011011010111011011110101101011001101111011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEDE; }

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

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

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

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

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

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

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

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