Html Css Color HEX #AFABDD Lavender Grey

📋 copy color: '#AFABDD'

red 175 ◦ green 171 ◦ blue 221

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

Shades of Lavender Grey #AFABDD

Tints of Lavender Grey #AFABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 30.86%
G = 30.16%
B = 38.98%

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

#AFABDD (or 0xAFABDD) is known color: Lavender Grey. HEX triplet: AF, AB and DD. RGB value is (175,171,221). Sum of RGB (Red+Green+Blue) = 175+171+221=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABDD is #505422. Grayscale: #B1B1B1. Windows color (decimal): -5264419 or 14527407. OLE color: 14527407.

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

Color convert

RGB 175 171 221 -
CMYK 0.21 0.23 0 0.13
HSL 244.8º 0.42% 0.77% -
HSV(B) 244.8º 0.23% 0.87% -
XYZ 45.29 43.46 74.41 -
YUV 177.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 175 171 221 0.21 0.23 0 0.13 244.8 0.42 0.77
Hex AF AB DD 15 17 0 D F5 2A 4D
Octal 257 253 335 25 27 0 15 365 52 115
Binary 10101111 10101011 11011101 10101 10111 0 1101 11110101 101010 1001101

Color Harmonies of #AFABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABDD

Black with #AFABDD

Text Example


Text Example

White with #AFABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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