Html Css Color HEX #AFAEDA Lavender Grey

📋 copy color: '#AFAEDA'

red 175 ◦ green 174 ◦ blue 218

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

Shades of Lavender Grey #AFAEDA

Tints of Lavender Grey #AFAEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 30.86%
G = 30.69%
B = 38.45%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFAEDA (or 0xAFAEDA) is known color: Lavender Grey. HEX triplet: AF, AE and DA. RGB value is (175,174,218). Sum of RGB (Red+Green+Blue) = 175+174+218=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFAEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEDA is #505125. Grayscale: #B3B3B3. Windows color (decimal): -5263654 or 14331567. OLE color: 14331567.

HSL color Cylindrical-coordinate representation of color #AFAEDA: hue angle of 241.36º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFAEDA is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 174 218 -
CMYK 0.20 0.20 0 0.15
HSL 241.36º 0.37% 0.77% -
HSV(B) 241.36º 0.2% 0.85% -
XYZ 45.47 44.45 72.51 -
YUV 179.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 175 174 218 0.20 0.20 0 0.15 241.36 0.37 0.77
Hex AF AE DA 14 14 0 F F1 25 4D
Octal 257 256 332 24 24 0 17 361 45 115
Binary 10101111 10101110 11011010 10100 10100 0 1111 11110001 100101 1001101

Color Harmonies of #AFAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEDA

Black with #AFAEDA

Text Example


Text Example

White with #AFAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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