#AFAED3

Color #AFAED3 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #AFAED3

Tints of Lavender Grey #AFAED3

Color information

#AFAED3 (or 0xAFAED3) is unknown color: approx 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

RGB175174211-
CMYK0.170.1800.17
HSL241.62º29.6%75.49%-
HSV(B)241.62º17.54%82.75%-
XYZ44.5744.0967.79-
YUV178.52146.33125.49-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751742110.170.1800.17241.6229.675.49
HexAFAED31112011f21e4b
Octal257256323212202136236113
Binary101011111010111011010011100011001001000111110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>