Html Css Color HEX #AFB0DD Lavender Grey

📋 copy color: '#AFB0DD'

red 175 ◦ green 176 ◦ blue 221

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

Shades of Lavender Grey #AFB0DD

Tints of Lavender Grey #AFB0DD

RGB

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

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

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

R = 30.59%
G = 30.77%
B = 38.64%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFB0DD (or 0xAFB0DD) is known color: Lavender Grey. HEX triplet: AF, B0 and DD. RGB value is (175,176,221). Sum of RGB (Red+Green+Blue) = 175+176+221=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0DD is #504F22. Grayscale: #B4B4B4. Windows color (decimal): -5263139 or 14528687. OLE color: 14528687.

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

Color convert

RGB 175 176 221 -
CMYK 0.21 0.20 0 0.13
HSL 238.7º 0.4% 0.78% -
HSV(B) 238.7º 0.21% 0.87% -
XYZ 46.26 45.39 74.73 -
YUV 180.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 175 176 221 0.21 0.20 0 0.13 238.7 0.4 0.78
Hex AF B0 DD 15 14 0 D EF 28 4E
Octal 257 260 335 25 24 0 15 357 50 116
Binary 10101111 10110000 11011101 10101 10100 0 1101 11101111 101000 1001110

Color Harmonies of #AFB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0DD

Black with #AFB0DD

Text Example


Text Example

White with #AFB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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