Html Css Color HEX #AFAED3 Lavender Grey

📋 copy color: '#AFAED3'

red 175 ◦ green 174 ◦ blue 211

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

Shades of Lavender Grey #AFAED3

Tints of Lavender Grey #AFAED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.68%

R = 31.25%
G = 31.07%
B = 37.68%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AFAED3 (or 0xAFAED3) is known color: Lavender Grey. HEX triplet: AF, AE and D3. RGB value is (175,174,211). Sum of RGB (Red+Green+Blue) = 175+174+211=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFAED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAED3 is #50512C. Grayscale: #B2B2B2. Windows color (decimal): -5263661 or 13872815. OLE color: 13872815.

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

Color convert

RGB 175 174 211 -
CMYK 0.17 0.18 0 0.17
HSL 241.62º 0.3% 0.75% -
HSV(B) 241.62º 0.18% 0.83% -
XYZ 44.57 44.09 67.79 -
YUV 178.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 175 174 211 0.17 0.18 0 0.17 241.62 0.3 0.75
Hex AF AE D3 11 12 0 11 F2 1E 4B
Octal 257 256 323 21 22 0 21 362 36 113
Binary 10101111 10101110 11010011 10001 10010 0 10001 11110010 11110 1001011

Color Harmonies of #AFAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAED3

Black with #AFAED3

Text Example


Text Example

White with #AFAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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