Html Css Color HEX #AFB0DF Lavender Grey

📋 copy color: '#AFB0DF'

red 175 ◦ green 176 ◦ blue 223

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

Shades of Lavender Grey #AFB0DF

Tints of Lavender Grey #AFB0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 30.49%
G = 30.66%
B = 38.85%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFB0DF (or 0xAFB0DF) is known color: Lavender Grey. HEX triplet: AF, B0 and DF. RGB value is (175,176,223). Sum of RGB (Red+Green+Blue) = 175+176+223=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0DF is #504F20. Grayscale: #B4B4B4. Windows color (decimal): -5263137 or 14659759. OLE color: 14659759.

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

Color convert

RGB 175 176 223 -
CMYK 0.22 0.21 0 0.13
HSL 238.75º 0.43% 0.78% -
HSV(B) 238.75º 0.22% 0.87% -
XYZ 46.52 45.49 76.14 -
YUV 181.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 175 176 223 0.22 0.21 0 0.13 238.75 0.43 0.78
Hex AF B0 DF 16 15 0 D EF 2B 4E
Octal 257 260 337 26 25 0 15 357 53 116
Binary 10101111 10110000 11011111 10110 10101 0 1101 11101111 101011 1001110

Color Harmonies of #AFB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0DF

Black with #AFB0DF

Text Example


Text Example

White with #AFB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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