Html Css Color HEX #AEAFD3 Lavender Grey

📋 copy color: '#AEAFD3'

red 174 ◦ green 175 ◦ blue 211

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

Shades of Lavender Grey #AEAFD3

Tints of Lavender Grey #AEAFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.68%

R = 31.07%
G = 31.25%
B = 37.68%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AEAFD3 (or 0xAEAFD3) is known color: Lavender Grey. HEX triplet: AE, AF and D3. RGB value is (174,175,211). Sum of RGB (Red+Green+Blue) = 174+175+211=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #AEAFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFD3 is #51502C. Grayscale: #B2B2B2. Windows color (decimal): -5328941 or 13873070. OLE color: 13873070.

HSL color Cylindrical-coordinate representation of color #AEAFD3: hue angle of 238.38º degrees, saturation: 0.3, 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 #AEAFD3 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 175 211 -
CMYK 0.18 0.17 0 0.17
HSL 238.38º 0.3% 0.75% -
HSV(B) 238.38º 0.18% 0.83% -
XYZ 44.54 44.36 67.84 -
YUV 178.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 174 175 211 0.18 0.17 0 0.17 238.38 0.3 0.75
Hex AE AF D3 12 11 0 11 EE 1E 4B
Octal 256 257 323 22 21 0 21 356 36 113
Binary 10101110 10101111 11010011 10010 10001 0 10001 11101110 11110 1001011

Color Harmonies of #AEAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFD3

Black with #AEAFD3

Text Example


Text Example

White with #AEAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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