#ADAED4

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

Shades of Lavender Grey #ADAED4

Tints of Lavender Grey #ADAED4

Color information

#ADAED4 (or 0xADAED4) is unknown color: approx Lavender Grey. HEX triplet: AD, AE and D4. RGB value is (173,174,212). Sum of RGB (Red+Green+Blue) = 173+174+212=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADAED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAED4 is #52512B. Grayscale: #B1B1B1. Windows color (decimal): -5394732 or 13938349. OLE color: 13938349.

HSL color Cylindrical-coordinate representation of color #ADAED4: hue angle of 238.46º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADAED4 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB173174212-
CMYK0.180.1800.17
HSL238.46º31.2%75.49%-
HSV(B)238.46º18.4%83.14%-
XYZ44.2543.9168.43-
YUV178.03147.17124.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 212 (83.20% from 255) = 37.92%
R=30.95%
G=31.13%
B=37.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1731742120.180.1800.17238.4631.275.49
HexADAED41212011ee1f4b
Octal255256324222202135637113
Binary101011011010111011010100100101001001000111101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAED4; }

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

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

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

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

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

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

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

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