Html Css Color HEX #AFAED0 Lavender Grey

📋 copy color: '#AFAED0'

red 175 ◦ green 174 ◦ blue 208

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

Shades of Lavender Grey #AFAED0

Tints of Lavender Grey #AFAED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 31.42%
G = 31.24%
B = 37.34%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFAED0 (or 0xAFAED0) is known color: Lavender Grey. HEX triplet: AF, AE and D0. RGB value is (175,174,208). Sum of RGB (Red+Green+Blue) = 175+174+208=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFAED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAED0 is #50512F. Grayscale: #B2B2B2. Windows color (decimal): -5263664 or 13676207. OLE color: 13676207.

HSL color Cylindrical-coordinate representation of color #AFAED0: hue angle of 241.76º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFAED0 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 174 208 -
CMYK 0.16 0.16 0 0.18
HSL 241.76º 0.27% 0.75% -
HSV(B) 241.76º 0.16% 0.82% -
XYZ 44.2 43.94 65.83 -
YUV 178.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 175 174 208 0.16 0.16 0 0.18 241.76 0.27 0.75
Hex AF AE D0 10 10 0 12 F2 1B 4B
Octal 257 256 320 20 20 0 22 362 33 113
Binary 10101111 10101110 11010000 10000 10000 0 10010 11110010 11011 1001011

Color Harmonies of #AFAED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAED0

Black with #AFAED0

Text Example


Text Example

White with #AFAED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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