Html Css Color HEX #AFB0D1 Lavender Grey

📋 copy color: '#AFB0D1'

red 175 ◦ green 176 ◦ blue 209

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

Shades of Lavender Grey #AFB0D1

Tints of Lavender Grey #AFB0D1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.43%

 BLUE value IS 209 (82.03% from 255) = 37.32%

R = 31.25%
G = 31.43%
B = 37.32%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFB0D1 (or 0xAFB0D1) is known color: Lavender Grey. HEX triplet: AF, B0 and D1. RGB value is (175,176,209). Sum of RGB (Red+Green+Blue) = 175+176+209=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFB0D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0D1 is #504F2E. Grayscale: #B3B3B3. Windows color (decimal): -5263151 or 13742255. OLE color: 13742255.

HSL color Cylindrical-coordinate representation of color #AFB0D1: hue angle of 238.24º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB0D1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 176 209 -
CMYK 0.16 0.16 0 0.18
HSL 238.24º 0.27% 0.75% -
HSV(B) 238.24º 0.16% 0.82% -
XYZ 44.71 44.77 66.61 -
YUV 179.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 175 176 209 0.16 0.16 0 0.18 238.24 0.27 0.75
Hex AF B0 D1 10 10 0 12 EE 1B 4B
Octal 257 260 321 20 20 0 22 356 33 113
Binary 10101111 10110000 11010001 10000 10000 0 10010 11101110 11011 1001011

Color Harmonies of #AFB0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0D1

Black with #AFB0D1

Text Example


Text Example

White with #AFB0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0D1; }

 p { color: rgb(175,176,209); }

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

background-color css

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

 a { background-color: rgb(175,176,209); }

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

border-color css

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

 span { border-color: rgb(175,176,209); }

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