Html Css Color HEX #AFADD5 Lavender Grey

📋 copy color: '#AFADD5'

red 175 ◦ green 173 ◦ blue 213

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

Shades of Lavender Grey #AFADD5

Tints of Lavender Grey #AFADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.97%

R = 31.19%
G = 30.84%
B = 37.97%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFADD5 (or 0xAFADD5) is known color: Lavender Grey. HEX triplet: AF, AD and D5. RGB value is (175,173,213). Sum of RGB (Red+Green+Blue) = 175+173+213=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADD5 is #50522A. Grayscale: #B2B2B2. Windows color (decimal): -5263915 or 14003631. OLE color: 14003631.

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

Color convert

RGB 175 173 213 -
CMYK 0.18 0.19 0 0.16
HSL 243º 0.32% 0.76% -
HSV(B) 243º 0.19% 0.84% -
XYZ 44.63 43.81 69.05 -
YUV 178.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 175 173 213 0.18 0.19 0 0.16 243 0.32 0.76
Hex AF AD D5 12 13 0 10 F3 20 4C
Octal 257 255 325 22 23 0 20 363 40 114
Binary 10101111 10101101 11010101 10010 10011 0 10000 11110011 100000 1001100

Color Harmonies of #AFADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADD5

Black with #AFADD5

Text Example


Text Example

White with #AFADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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