#ADAEDD

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

Shades of Perano #ADAEDD

Tints of Perano #ADAEDD

Color information

#ADAEDD (or 0xADAEDD) is unknown color: approx Perano. HEX triplet: AD, AE and DD. RGB value is (173,174,221). Sum of RGB (Red+Green+Blue) = 173+174+221=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEDD is #525122. Grayscale: #B2B2B2. Windows color (decimal): -5394723 or 14528173. OLE color: 14528173.

HSL color Cylindrical-coordinate representation of color #ADAEDD: hue angle of 238.75º degrees, saturation: 0.41, 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 #ADAEDD is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173174221-
CMYK0.220.2100.13
HSL238.75º41.38%77.25%-
HSV(B)238.75º21.72%86.67%-
XYZ45.4244.3874.58-
YUV179.06151.67123.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=30.46%
G=30.63%
B=38.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731742210.220.2100.13238.7541.3877.25
HexADAEDD16150Def294d
Octal255256335262501535751115
Binary101011011010111011011101101101010101101111011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEDD; }

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

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

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

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

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

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

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

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