Html Css Color HEX #AFADD8 Lavender Grey

📋 copy color: '#AFADD8'

red 175 ◦ green 173 ◦ blue 216

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

Shades of Lavender Grey #AFADD8

Tints of Lavender Grey #AFADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 31.03%
G = 30.67%
B = 38.3%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFADD8 (or 0xAFADD8) is known color: Lavender Grey. HEX triplet: AF, AD and D8. RGB value is (175,173,216). Sum of RGB (Red+Green+Blue) = 175+173+216=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFADD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADD8 is #505227. Grayscale: #B2B2B2. Windows color (decimal): -5263912 or 14200239. OLE color: 14200239.

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

Color convert

RGB 175 173 216 -
CMYK 0.19 0.20 0 0.15
HSL 242.79º 0.36% 0.76% -
HSV(B) 242.79º 0.2% 0.85% -
XYZ 45.02 43.96 71.08 -
YUV 178.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 175 173 216 0.19 0.20 0 0.15 242.79 0.36 0.76
Hex AF AD D8 13 14 0 F F3 24 4C
Octal 257 255 330 23 24 0 17 363 44 114
Binary 10101111 10101101 11011000 10011 10100 0 1111 11110011 100100 1001100

Color Harmonies of #AFADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADD8

Black with #AFADD8

Text Example


Text Example

White with #AFADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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