Html Css Color HEX #AFB0DB Lavender Grey

📋 copy color: '#AFB0DB'

red 175 ◦ green 176 ◦ blue 219

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

Shades of Lavender Grey #AFB0DB

Tints of Lavender Grey #AFB0DB

RGB

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

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

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

R = 30.7%
G = 30.88%
B = 38.42%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFB0DB (or 0xAFB0DB) is known color: Lavender Grey. HEX triplet: AF, B0 and DB. RGB value is (175,176,219). Sum of RGB (Red+Green+Blue) = 175+176+219=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0DB is #504F24. Grayscale: #B4B4B4. Windows color (decimal): -5263141 or 14397615. OLE color: 14397615.

HSL color Cylindrical-coordinate representation of color #AFB0DB: hue angle of 238.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB0DB is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 176 219 -
CMYK 0.20 0.20 0 0.14
HSL 238.64º 0.38% 0.77% -
HSV(B) 238.64º 0.2% 0.86% -
XYZ 45.99 45.28 73.33 -
YUV 180.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 175 176 219 0.20 0.20 0 0.14 238.64 0.38 0.77
Hex AF B0 DB 14 14 0 E EF 26 4D
Octal 257 260 333 24 24 0 16 357 46 115
Binary 10101111 10110000 11011011 10100 10100 0 1110 11101111 100110 1001101

Color Harmonies of #AFB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0DB

Black with #AFB0DB

Text Example


Text Example

White with #AFB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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