Html Css Color HEX #AFADD7 Lavender Grey

📋 copy color: '#AFADD7'

red 175 ◦ green 173 ◦ blue 215

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

Shades of Lavender Grey #AFADD7

Tints of Lavender Grey #AFADD7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.73%

 BLUE value IS 215 (84.38% from 255) = 38.19%

R = 31.08%
G = 30.73%
B = 38.19%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFADD7 (or 0xAFADD7) is known color: Lavender Grey. HEX triplet: AF, AD and D7. RGB value is (175,173,215). Sum of RGB (Red+Green+Blue) = 175+173+215=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADD7 is #505228. Grayscale: #B2B2B2. Windows color (decimal): -5263913 or 14134703. OLE color: 14134703.

HSL color Cylindrical-coordinate representation of color #AFADD7: hue angle of 242.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFADD7 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 173 215 -
CMYK 0.19 0.20 0 0.16
HSL 242.86º 0.34% 0.76% -
HSV(B) 242.86º 0.2% 0.84% -
XYZ 44.89 43.91 70.4 -
YUV 178.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 175 173 215 0.19 0.20 0 0.16 242.86 0.34 0.76
Hex AF AD D7 13 14 0 10 F3 22 4C
Octal 257 255 327 23 24 0 20 363 42 114
Binary 10101111 10101101 11010111 10011 10100 0 10000 11110011 100010 1001100

Color Harmonies of #AFADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADD7

Black with #AFADD7

Text Example


Text Example

White with #AFADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADD7; }

 p { color: rgb(175,173,215); }

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

background-color css

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

 a { background-color: rgb(175,173,215); }

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

border-color css

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

 span { border-color: rgb(175,173,215); }

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