Html Css Color HEX #AFAEDC Lavender Grey

📋 copy color: '#AFAEDC'

red 175 ◦ green 174 ◦ blue 220

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

Shades of Lavender Grey #AFAEDC

Tints of Lavender Grey #AFAEDC

RGB

 RED value IS 175 (68.75% from 255) = 30.76%

 GREEN value IS 174 (68.36% from 255) = 30.58%

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 30.76%
G = 30.58%
B = 38.66%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFAEDC (or 0xAFAEDC) is known color: Lavender Grey. HEX triplet: AF, AE and DC. RGB value is (175,174,220). Sum of RGB (Red+Green+Blue) = 175+174+220=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEDC is #505123. Grayscale: #B3B3B3. Windows color (decimal): -5263652 or 14462639. OLE color: 14462639.

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

Color convert

RGB 175 174 220 -
CMYK 0.20 0.21 0 0.14
HSL 241.3º 0.4% 0.77% -
HSV(B) 241.3º 0.21% 0.86% -
XYZ 45.73 44.55 73.9 -
YUV 179.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 175 174 220 0.20 0.21 0 0.14 241.3 0.4 0.77
Hex AF AE DC 14 15 0 E F1 28 4D
Octal 257 256 334 24 25 0 16 361 50 115
Binary 10101111 10101110 11011100 10100 10101 0 1110 11110001 101000 1001101

Color Harmonies of #AFAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEDC

Black with #AFAEDC

Text Example


Text Example

White with #AFAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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