Html Css Color HEX #AFAED8 Lavender Grey

📋 copy color: '#AFAED8'

red 175 ◦ green 174 ◦ blue 216

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

Shades of Lavender Grey #AFAED8

Tints of Lavender Grey #AFAED8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.8%

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

R = 30.97%
G = 30.8%
B = 38.23%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFAED8 (or 0xAFAED8) is known color: Lavender Grey. HEX triplet: AF, AE and D8. RGB value is (175,174,216). Sum of RGB (Red+Green+Blue) = 175+174+216=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFAED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAED8 is #505127. Grayscale: #B2B2B2. Windows color (decimal): -5263656 or 14200495. OLE color: 14200495.

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

Color convert

RGB 175 174 216 -
CMYK 0.19 0.19 0 0.15
HSL 241.43º 0.35% 0.76% -
HSV(B) 241.43º 0.19% 0.85% -
XYZ 45.21 44.34 71.14 -
YUV 179.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 175 174 216 0.19 0.19 0 0.15 241.43 0.35 0.76
Hex AF AE D8 13 13 0 F F1 23 4C
Octal 257 256 330 23 23 0 17 361 43 114
Binary 10101111 10101110 11011000 10011 10011 0 1111 11110001 100011 1001100

Color Harmonies of #AFAED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAED8

Black with #AFAED8

Text Example


Text Example

White with #AFAED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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