Html Css Color HEX #AFACDE Lavender Grey

📋 copy color: '#AFACDE'

red 175 ◦ green 172 ◦ blue 222

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

Shades of Lavender Grey #AFACDE

Tints of Lavender Grey #AFACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.23%

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

R = 30.76%
G = 30.23%
B = 39.02%

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

#AFACDE (or 0xAFACDE) is known color: Lavender Grey. HEX triplet: AF, AC and DE. RGB value is (175,172,222). Sum of RGB (Red+Green+Blue) = 175+172+222=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACDE is #505321. Grayscale: #B2B2B2. Windows color (decimal): -5264162 or 14593199. OLE color: 14593199.

HSL color Cylindrical-coordinate representation of color #AFACDE: hue angle of 243.6º degrees, saturation: 0.43, 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 #AFACDE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 172 222 -
CMYK 0.21 0.23 0 0.13
HSL 243.6º 0.43% 0.77% -
HSV(B) 243.6º 0.23% 0.87% -
XYZ 45.62 43.89 75.18 -
YUV 178.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 175 172 222 0.21 0.23 0 0.13 243.6 0.43 0.77
Hex AF AC DE 15 17 0 D F4 2B 4D
Octal 257 254 336 25 27 0 15 364 53 115
Binary 10101111 10101100 11011110 10101 10111 0 1101 11110100 101011 1001101

Color Harmonies of #AFACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACDE

Black with #AFACDE

Text Example


Text Example

White with #AFACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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