Html Css Color HEX #AFABDE Lavender Grey

📋 copy color: '#AFABDE'

red 175 ◦ green 171 ◦ blue 222

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

Shades of Lavender Grey #AFABDE

Tints of Lavender Grey #AFABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.11%

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 30.81%
G = 30.11%
B = 39.08%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFABDE (or 0xAFABDE) is known color: Lavender Grey. HEX triplet: AF, AB and DE. RGB value is (175,171,222). Sum of RGB (Red+Green+Blue) = 175+171+222=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABDE is #505421. Grayscale: #B1B1B1. Windows color (decimal): -5264418 or 14592943. OLE color: 14592943.

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

Color convert

RGB 175 171 222 -
CMYK 0.21 0.23 0 0.13
HSL 244.71º 0.44% 0.77% -
HSV(B) 244.71º 0.23% 0.87% -
XYZ 45.43 43.51 75.11 -
YUV 178.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 175 171 222 0.21 0.23 0 0.13 244.71 0.44 0.77
Hex AF AB DE 15 17 0 D F5 2C 4D
Octal 257 253 336 25 27 0 15 365 54 115
Binary 10101111 10101011 11011110 10101 10111 0 1101 11110101 101100 1001101

Color Harmonies of #AFABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABDE

Black with #AFABDE

Text Example


Text Example

White with #AFABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABDE; }

 p { color: rgb(175,171,222); }

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

background-color css

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

 a { background-color: rgb(175,171,222); }

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

border-color css

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

 span { border-color: rgb(175,171,222); }

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