Html Css Color HEX #AFAEDB Lavender Grey

📋 copy color: '#AFAEDB'

red 175 ◦ green 174 ◦ blue 219

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

Shades of Lavender Grey #AFAEDB

Tints of Lavender Grey #AFAEDB

RGB

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

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

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

R = 30.81%
G = 30.63%
B = 38.56%

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

#AFAEDB (or 0xAFAEDB) is known color: Lavender Grey. HEX triplet: AF, AE and DB. RGB value is (175,174,219). Sum of RGB (Red+Green+Blue) = 175+174+219=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEDB is #505124. Grayscale: #B3B3B3. Windows color (decimal): -5263653 or 14397103. OLE color: 14397103.

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

Color convert

RGB 175 174 219 -
CMYK 0.20 0.21 0 0.14
HSL 241.33º 0.38% 0.77% -
HSV(B) 241.33º 0.21% 0.86% -
XYZ 45.6 44.5 73.2 -
YUV 179.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 175 174 219 0.20 0.21 0 0.14 241.33 0.38 0.77
Hex AF AE DB 14 15 0 E F1 26 4D
Octal 257 256 333 24 25 0 16 361 46 115
Binary 10101111 10101110 11011011 10100 10101 0 1110 11110001 100110 1001101

Color Harmonies of #AFAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEDB

Black with #AFAEDB

Text Example


Text Example

White with #AFAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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