Html Css Color HEX #AEAFDB Lavender Grey

📋 copy color: '#AEAFDB'

red 174 ◦ green 175 ◦ blue 219

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

Shades of Lavender Grey #AEAFDB

Tints of Lavender Grey #AEAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.81%

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

R = 30.63%
G = 30.81%
B = 38.56%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEAFDB (or 0xAEAFDB) is known color: Lavender Grey. HEX triplet: AE, AF and DB. RGB value is (174,175,219). Sum of RGB (Red+Green+Blue) = 174+175+219=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFDB is #515024. Grayscale: #B3B3B3. Windows color (decimal): -5328933 or 14397358. OLE color: 14397358.

HSL color Cylindrical-coordinate representation of color #AEAFDB: hue angle of 238.67º degrees, saturation: 0.38, 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 #AEAFDB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 175 219 -
CMYK 0.21 0.20 0 0.14
HSL 238.67º 0.38% 0.77% -
HSV(B) 238.67º 0.21% 0.86% -
XYZ 45.57 44.77 73.26 -
YUV 179.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 174 175 219 0.21 0.20 0 0.14 238.67 0.38 0.77
Hex AE AF DB 15 14 0 E EF 26 4D
Octal 256 257 333 25 24 0 16 357 46 115
Binary 10101110 10101111 11011011 10101 10100 0 1110 11101111 100110 1001101

Color Harmonies of #AEAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFDB

Black with #AEAFDB

Text Example


Text Example

White with #AEAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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