Html Css Color HEX #AEADDB Lavender Grey

📋 copy color: '#AEADDB'

red 174 ◦ green 173 ◦ blue 219

#AEADDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #AEADDB

Tints of Lavender Grey #AEADDB

RGB

 RED value IS 174 (68.36% from 255) = 30.74%

 GREEN value IS 173 (67.97% from 255) = 30.57%

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 30.74%
G = 30.57%
B = 38.69%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEADDB (or 0xAEADDB) is known color: Lavender Grey. HEX triplet: AE, AD and DB. RGB value is (174,173,219). Sum of RGB (Red+Green+Blue) = 174+173+219=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADDB is #515224. Grayscale: #B2B2B2. Windows color (decimal): -5329445 or 14396846. OLE color: 14396846.

HSL color Cylindrical-coordinate representation of color #AEADDB: hue angle of 241.3º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEADDB is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 173 219 -
CMYK 0.21 0.21 0 0.14
HSL 241.3º 0.39% 0.77% -
HSV(B) 241.3º 0.21% 0.86% -
XYZ 45.19 44 73.13 -
YUV 178.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 174 173 219 0.21 0.21 0 0.14 241.3 0.39 0.77
Hex AE AD DB 15 15 0 E F1 27 4D
Octal 256 255 333 25 25 0 16 361 47 115
Binary 10101110 10101101 11011011 10101 10101 0 1110 11110001 100111 1001101

Color Harmonies of #AEADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEADDB

Black with #AEADDB

Text Example


Text Example

White with #AEADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEADDB; }

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

 H1.HeaderClassName
 {
   color: #AEADDB;
 }
 .AnyTagClassName
 {
   color: #AEADDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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