Html Css Color HEX #AEACDB Lavender Grey

📋 copy color: '#AEACDB'

red 174 ◦ green 172 ◦ blue 219

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

Shades of Lavender Grey #AEACDB

Tints of Lavender Grey #AEACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.44%

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

R = 30.8%
G = 30.44%
B = 38.76%

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

#AEACDB (or 0xAEACDB) is known color: Lavender Grey. HEX triplet: AE, AC and DB. RGB value is (174,172,219). Sum of RGB (Red+Green+Blue) = 174+172+219=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACDB is #515324. Grayscale: #B1B1B1. Windows color (decimal): -5329701 or 14396590. OLE color: 14396590.

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

Color convert

RGB 174 172 219 -
CMYK 0.21 0.21 0 0.14
HSL 242.55º 0.39% 0.77% -
HSV(B) 242.55º 0.21% 0.86% -
XYZ 44.99 43.62 73.07 -
YUV 177.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 174 172 219 0.21 0.21 0 0.14 242.55 0.39 0.77
Hex AE AC DB 15 15 0 E F3 27 4D
Octal 256 254 333 25 25 0 16 363 47 115
Binary 10101110 10101100 11011011 10101 10101 0 1110 11110011 100111 1001101

Color Harmonies of #AEACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEACDB

Black with #AEACDB

Text Example


Text Example

White with #AEACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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