Html Css Color HEX #AEAFDD Lavender Grey

📋 copy color: '#AEAFDD'

red 174 ◦ green 175 ◦ blue 221

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

Shades of Lavender Grey #AEAFDD

Tints of Lavender Grey #AEAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 30.53%
G = 30.7%
B = 38.77%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEAFDD (or 0xAEAFDD) is known color: Lavender Grey. HEX triplet: AE, AF and DD. RGB value is (174,175,221). Sum of RGB (Red+Green+Blue) = 174+175+221=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFDD is #515022. Grayscale: #B3B3B3. Windows color (decimal): -5328931 or 14528430. OLE color: 14528430.

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

Color convert

RGB 174 175 221 -
CMYK 0.21 0.21 0 0.13
HSL 238.72º 0.41% 0.77% -
HSV(B) 238.72º 0.21% 0.87% -
XYZ 45.84 44.88 74.65 -
YUV 179.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 174 175 221 0.21 0.21 0 0.13 238.72 0.41 0.77
Hex AE AF DD 15 15 0 D EF 29 4D
Octal 256 257 335 25 25 0 15 357 51 115
Binary 10101110 10101111 11011101 10101 10101 0 1101 11101111 101001 1001101

Color Harmonies of #AEAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFDD

Black with #AEAFDD

Text Example


Text Example

White with #AEAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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